mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os.flush_stdout()
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user