1 2 3 4 5 6 7 8
#ifndef __USCRIPT_PARSER_H__ #define __USCRIPT_PARSER_H__ #include "val.h" struct us_proto *compile(const char *name, const char *src); #endif // __USCRIPT_PARSER_H__