diff options
-rw-r--r-- | strio.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include "str.h" #include "arena.h" +#include <stdarg.h> int read_all(FILE *f, Str *buf, Arena *a); int next_line(Str *src, Str *line); |
![]() |
index : ~wrmr/libs | |
personal single-header libraries for c programming | Worm Heamer |
summaryrefslogtreecommitdiff |
-rw-r--r-- | strio.h | 1 |
@@ -3,6 +3,7 @@ #include "str.h" #include "arena.h" +#include <stdarg.h> int read_all(FILE *f, Str *buf, Arena *a); int next_line(Str *src, Str *line); |