summaryrefslogtreecommitdiff
path: root/prb_os_io.h
blob: 7138decf70a361e1f8d31a53903f828d6a5b1169 (plain)
1
2
3
4
5
6
7
8
#ifndef PRB_OS_IO_H
#define PRB_OS_IO_H

Str8 str8_read_entire_file(Arena *arena, Str8 filename);

Str8 get_cwd(void);

#endif /* PRB_OS_IO_H */