summaryrefslogtreecommitdiff
path: root/prb_os_io.h
blob: 811778c5a47912a7e69d8fb5fcbf008df2236403 (plain)
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 */