1 2 3 4 5 6 7 8 9 10
#ifndef INPUT_H #define INPUT_H #include "str.h" #include "utf8.h" #include "grammar.h" Grammar *read_grammar_from_bnf(const str * const restrict s); #endif