diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code2/debug.h')
-rw-r--r-- | comp/lucas-standen-NEA/code2/debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/debug.h b/comp/lucas-standen-NEA/code2/debug.h new file mode 100644 index 0000000..ae0f931 --- /dev/null +++ b/comp/lucas-standen-NEA/code2/debug.h @@ -0,0 +1,4 @@ +#include <stdio.h> +#include "util.h" + +void printAST(astNode *head); |