summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/parser.h
diff options
context:
space:
mode:
authorThing1 <thing1@seacrossedlovers.xyz>2024-08-27 10:36:18 +0100
committerThing1 <thing1@seacrossedlovers.xyz>2024-08-27 10:36:18 +0100
commitcfdd3c90877b59dc674cc9f68c0b7b4bb7c14ba8 (patch)
treeaae4a0d071df72947e8a50d88027071b3473bb12 /comp/lucas-standen-NEA/code2/parser.h
parent7dad37effbeaf44ec12d2ae2fcf1643d4d4351b2 (diff)
rewrite
Diffstat (limited to 'comp/lucas-standen-NEA/code2/parser.h')
-rw-r--r--comp/lucas-standen-NEA/code2/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/parser.h b/comp/lucas-standen-NEA/code2/parser.h
new file mode 100644
index 0000000..94b5859
--- /dev/null
+++ b/comp/lucas-standen-NEA/code2/parser.h
@@ -0,0 +1,3 @@
+#include <stdio.h>
+
+char **parse(FILE *f);