From 2e1ccff01cf89539b621ac786898229307847f4b Mon Sep 17 00:00:00 2001 From: thing 1 Date: Thu, 14 Nov 2024 08:11:18 +0000 Subject: made too many changes to note --- comp/lucas-standen-NEA/code2/fileread.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 comp/lucas-standen-NEA/code2/fileread.h (limited to 'comp/lucas-standen-NEA/code2/fileread.h') diff --git a/comp/lucas-standen-NEA/code2/fileread.h b/comp/lucas-standen-NEA/code2/fileread.h new file mode 100644 index 0000000..fe47f25 --- /dev/null +++ b/comp/lucas-standen-NEA/code2/fileread.h @@ -0,0 +1,13 @@ +#include +#include +#include +#include + +#include "util.h" + +typedef struct strings { + char **strs; + int count; +} strings; + +strings *fileread(FILE *f); -- cgit v1.2.3