Improved documentation
This commit is contained in:
parent
1255146794
commit
bdd5e5a28e
3 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,14 @@
|
|||
write(_ Int, _ Pointer, _ Int) -> Int {
|
||||
// WriteFile(fd, buffer, length, out numberOfBytesWritten, out overlapped)
|
||||
return 0
|
||||
}
|
||||
|
||||
mmap(_ Int, _ Int, _ Int, _ Int) -> Pointer {
|
||||
// VirtualAlloc(address, length, flags, protection)
|
||||
return 0
|
||||
}
|
||||
|
||||
exit(_ Int) {
|
||||
// ExitProcess(code)
|
||||
return
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue