#include #include "gmqcc.h" /* * Returns the next token back to the caller * which is what we parse for the preprocessor here. */ int cpp(struct lex_file *file) { /* no return */ }