diff options
author | standenboy <standenboy@seacrossedlovers.xyz> | 2024-04-25 08:45:36 +0100 |
---|---|---|
committer | standenboy <standenboy@seacrossedlovers.xyz> | 2024-04-25 08:45:36 +0100 |
commit | 7d3856203d28281e3ffc6b365cc55b1d192a5599 (patch) | |
tree | 226ffda231a717f625bd1a965a32d02d0d1348b0 /comp/cw/code/parser/preprocessor.h | |
parent | a241ad8e874a2220d81254c2ebfbe69d0470fd9b (diff) |
started cw
Diffstat (limited to 'comp/cw/code/parser/preprocessor.h')
-rw-r--r-- | comp/cw/code/parser/preprocessor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/comp/cw/code/parser/preprocessor.h b/comp/cw/code/parser/preprocessor.h new file mode 100644 index 0000000..855240f --- /dev/null +++ b/comp/cw/code/parser/preprocessor.h @@ -0,0 +1,5 @@ +#include <stdio.h> +#include <string.h> +#include <stdlib.h> + +char *preprocessor(int argc, char **argv); |