semantics.h (235B)
1 #ifndef SCHEMA_H 2 #define SCHEMA_H 3 4 #include "parser.h" 5 6 int __flatcc_fb_build_schema(fb_parser_t *P); 7 #define fb_build_schema __flatcc_fb_build_schema 8 9 10 fb_scope_t *fb_find_scope(fb_schema_t *S, fb_ref_t *name); 11 12 #endif /* SCHEMA_H */