1 2 3 4 5 6 7 8 9 10 11
#ifndef __PARSER_H #define __PARSER_H #include "types.h" #define LINE_SIZE 4096 recipe * parse(char * path, const char * prev); #endif /* __PARSER_H */