From 4dd9290648ccb0d5fa19df956f970dda9afd9db7 Mon Sep 17 00:00:00 2001 From: thing 1 Date: Tue, 10 Dec 2024 08:35:59 +0000 Subject: init commit of talk and talk server --- util.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 util.h (limited to 'util.h') 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 + +char *readupto(FILE *f, char end); +char *readnchars(FILE *f, int n); -- cgit v1.2.3