This commit is contained in:
parent
dbc865ee67
commit
562c839835
37 changed files with 742 additions and 45 deletions
|
@ -1,3 +1,10 @@
|
|||
write(_ []byte) -> (written int) {
|
||||
return 0
|
||||
}
|
||||
|
||||
extern {
|
||||
kernel32 {
|
||||
GetStdHandle(handle int64) -> int64
|
||||
WriteConsoleA(fd int64, buffer *byte, length uint32, written *uint32) -> bool
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue