8 lines
178 B
Text
8 lines
178 B
Text
--- bf.h.orig Mon Feb 7 18:57:16 2011
|
|
+++ bf.h Mon Feb 7 18:57:40 2011
|
|
@@ -1,3 +1,5 @@
|
|
+#include <stdio.h>
|
|
+
|
|
void emmit(char * s);
|
|
extern int yyparse();
|
|
extern FILE * yyin;
|