comp.h (140B)
1 #include "tokenizer.h" 2 #include <stdio.h> 3 4 #define MAXOUTLEN 512 5 void CompilerInit(); 6 void Compile(astNode *node, FILE *f, char *strline); 7