os.flush_stdout()

pull/1294/head^2
Alexander Medvednikov 2019-07-24 16:15:21 +02:00
parent 58577f57c6
commit 2306901e6e
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- @ for escaping keywords (e.g. `struct Foo { @type string }`).
- Windows Unicode fixes (V can now work with non-ASCII paths etc on Windows).
- Fix mutable args bugs + don't allow primitive arguments to be modified.
## V 0.1.16

View File

@ -833,6 +833,10 @@ pub fn file_last_mod_unix(path string) int {
fn log(s string) {
}
pub fn flush_stdout() {
C.fflush(stdout)
}
pub fn print_backtrace() {
/*
# void *buffer[100];