diff options
Diffstat (limited to 'prb_os_io.h')
-rw-r--r-- | prb_os_io.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/prb_os_io.h b/prb_os_io.h new file mode 100644 index 0000000..811778c --- /dev/null +++ b/prb_os_io.h @@ -0,0 +1,6 @@ +#ifndef PRB_OS_IO_H +#define PRB_OS_IO_H + +Str8 str8_read_entire_file(Arena *arena, Str8 filename); + +#endif /* PRB_OS_IO_H */ |