#ifndef HENCE_PARSE_H #define HENCE_PARSE_H #include int parse(const char*, FILE*, struct token *); #endif