Reorganized sys functions
This commit is contained in:
parent
9908066c20
commit
c352778c6d
15 changed files with 110 additions and 120 deletions
3
lib/sys/io_windows.q
Normal file
3
lib/sys/io_windows.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
write(fd Int, address Pointer, length Int) -> Int {
|
||||
return kernel32.WriteFile(fd, address, length)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue