update naming

This commit is contained in:
Daniel Ledda
2025-02-09 14:02:44 +01:00
parent ec918c7bc8
commit f12b4091d7
6 changed files with 28 additions and 29 deletions

2
os.h
View File

@@ -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