#ifndef ACC_PARSE_H #define ACC_PARSE_H struct Afunction* parse_source(const char *filename); #endif