diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-10 08:35:59 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-10 08:35:59 +0000 |
commit | 4dd9290648ccb0d5fa19df956f970dda9afd9db7 (patch) | |
tree | 6e3927fca87daaf925d4630d263442a1b4ea68ea /util.h |
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#include <stdio.h> + +char *readupto(FILE *f, char end); +char *readnchars(FILE *f, int n); |