1 2 3 4 5 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 */