forked from Wien60Pioneers/beerbox
First commit
This commit is contained in:
22
main.c
Normal file
22
main.c
Normal file
@ -0,0 +1,22 @@
|
||||
//#include <stdio.h>
|
||||
//#include <stdlib.h>
|
||||
//#include "beerbox.h"
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//int main()
|
||||
//{
|
||||
//
|
||||
// Beerbox *box = calloc(1, sizeof(Beerbox));
|
||||
//
|
||||
//
|
||||
//
|
||||
// box = read_beerbox(box);
|
||||
// read_person(box, "p001");
|
||||
// read_person(box, "p002");
|
||||
//
|
||||
//
|
||||
// return 0;
|
||||
//}
|
Reference in New Issue
Block a user