diff options
Diffstat (limited to 'prb_os_io.h')
-rw-r--r-- | prb_os_io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prb_os_io.h b/prb_os_io.h index 811778c..7138dec 100644 --- a/prb_os_io.h +++ b/prb_os_io.h @@ -3,4 +3,6 @@ Str8 str8_read_entire_file(Arena *arena, Str8 filename); +Str8 get_cwd(void); + #endif /* PRB_OS_IO_H */ |