gmqcc/cpp.c

11 lines
196 B
C
Raw Normal View History

2012-04-09 13:36:16 +00:00
#include <limits.h>
#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) {
/* TODO ... */
}