update naming
This commit is contained in:
2
os.h
2
os.h
@@ -15,6 +15,6 @@ bool os_writeEntireFile(Arena *arena, string filename, const byte *contents, siz
|
||||
bool os_fileAppend(Arena *arena, string filename, const byte *contents, size_t contentsLength);
|
||||
|
||||
// ### Standard IO ###
|
||||
void os_log(LogTarget target, const char *fmt, va_list argList);
|
||||
void os_print(StdStream target, const char *fmt, va_list argList);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user