diff options
Diffstat (limited to 'comp/cw/code/parser/preprocessor.h')
-rw-r--r-- | comp/cw/code/parser/preprocessor.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/comp/cw/code/parser/preprocessor.h b/comp/cw/code/parser/preprocessor.h deleted file mode 100644 index 855240f..0000000 --- a/comp/cw/code/parser/preprocessor.h +++ /dev/null @@ -1,5 +0,0 @@ -#include <stdio.h> -#include <string.h> -#include <stdlib.h> - -char *preprocessor(int argc, char **argv); |