forked from Wien60Pioneers/beerbox
23 lines
274 B
C
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;
|
|
//}
|