summaryrefslogtreecommitdiff
path: root/prb_os_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'prb_os_io.h')
-rw-r--r--prb_os_io.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/prb_os_io.h b/prb_os_io.h
deleted file mode 100644
index 7138dec..0000000
--- a/prb_os_io.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef PRB_OS_IO_H
-#define PRB_OS_IO_H
-
-Str8 str8_read_entire_file(Arena *arena, Str8 filename);
-
-Str8 get_cwd(void);
-
-#endif /* PRB_OS_IO_H */