From f57062553ab1451361b76128c4db29c5908f70b1 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 7 Jan 2023 12:13:02 -0800 Subject: add includes and print statement --- src/include/nxspp.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/include/nxspp.h (limited to 'src/include/nxspp.h') diff --git a/src/include/nxspp.h b/src/include/nxspp.h deleted file mode 100644 index d88ab57..0000000 --- a/src/include/nxspp.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef NXSPP_H -#define NXSPP_H - -typedef struct { - char *source; - char c; - int i; -} npp_t; - -npp_t *init_npp(char *source); -char *process_string(npp_t *p); -#endif -- cgit