From 0bd7c5dc0725a4882cb33c5d8f1a3b101d4025cd Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 20 Feb 2025 15:08:47 +0500 Subject: initial --- prb_os_io.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 prb_os_io.h (limited to 'prb_os_io.h') 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 */ -- cgit v1.2.3-70-g09d2