1
0

First commit

This commit is contained in:
Alexander Junk
2015-07-13 16:49:36 +02:00
commit 995fd9b815
10 changed files with 484 additions and 0 deletions

22
main.c Normal file
View 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;
//}