remove test code, fix os_console_log additional new line
This commit is contained in:
@@ -24,7 +24,7 @@ fn void os_error_box(char *str) {
|
||||
|
||||
fn void os_console_log(char *str) {
|
||||
OutputDebugStringA(str);
|
||||
puts(str);
|
||||
fputs(str, stdout);
|
||||
}
|
||||
|
||||
fn f64 os_parse_float(char *str) {
|
||||
|
||||
Reference in New Issue
Block a user