1 2 3 4 5 6 7
#ifndef PRB_OS_IO_H #define PRB_OS_IO_H FLS sys_read_entire_file_fls(Arena *arena, const char *fname); char *sys_getbindir(Arena *arena); #endif /* PRB_OS_IO_H */