diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:44:10 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:44:10 +0500 |
commit | aa00f2f2d7cc70edb45726dc21d359bc05036387 (patch) | |
tree | 7f55503104c7c5beda23637408c32c19d013c335 /prb_os_io.h | |
parent | 0bd7c5dc0725a4882cb33c5d8f1a3b101d4025cd (diff) |
mainly string change
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 */ |