1 2 3 4 5 6 7 8
#ifndef HENCE_PARSE_H #define HENCE_PARSE_H #include <stdio.h> int parse(const char*, FILE*, struct token *); #endif