#ifndef PARSE_H #define PARSE_H #include struct term *parse(const char *term); #endif