summaryrefslogtreecommitdiff
path: root/src/include/nxspp.h
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-01-07 12:13:02 -0800
committerPreston Pan <preston@nullring.xyz>2023-01-07 12:13:02 -0800
commitf57062553ab1451361b76128c4db29c5908f70b1 (patch)
tree0a13311d4de31c65fa9c003d52408e686258166e /src/include/nxspp.h
parent4581329cde6cfb64399be48f58d67310ab19ee1b (diff)
add includes and print statement
Diffstat (limited to 'src/include/nxspp.h')
-rw-r--r--src/include/nxspp.h12
1 files changed, 0 insertions, 12 deletions
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