beerbox/main.c
Alexander Junk 995fd9b815 First commit
2015-07-13 16:49:36 +02:00

23 lines
274 B
C

//#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;
//}