1 2 3 4 5 6 7 8 9
#ifndef _SYNTAX_H #define _SYNTAX_H #include <stdint.h> void syntax_init(uint32_t grammar_path_len, const char *grammar_path[]); void syntax_teardown(); #endif