summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorthing 1 <thing1@seacrossedlovers.xyz>2024-12-10 08:35:59 +0000
committerthing 1 <thing1@seacrossedlovers.xyz>2024-12-10 08:35:59 +0000
commit4dd9290648ccb0d5fa19df956f970dda9afd9db7 (patch)
tree6e3927fca87daaf925d4630d263442a1b4ea68ea /util.h
init commit of talk and talk serverHEADmaster
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 0000000..e7685ff
--- /dev/null
+++ b/util.h
@@ -0,0 +1,4 @@
+#include <stdio.h>
+
+char *readupto(FILE *f, char end);
+char *readnchars(FILE *f, int n);