mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
windows: println using WriteFile/WriteConsole
This commit is contained in:

committed by
Alexander Medvednikov

parent
7bf49aba54
commit
8412c6f03f
@ -303,7 +303,13 @@ fn C._waccess() int
|
||||
fn C._wremove()
|
||||
|
||||
|
||||
fn C.ReadConsole()
|
||||
fn C.ReadConsole() voidptr
|
||||
|
||||
|
||||
fn C.WriteConsole() voidptr
|
||||
|
||||
|
||||
fn C.WriteFile() voidptr
|
||||
|
||||
|
||||
fn C.fgetws() voidptr
|
||||
|
Reference in New Issue
Block a user