This commit is contained in:
parent
c9c6b94c18
commit
3301cf5542
49 changed files with 690 additions and 262 deletions
|
@ -1,3 +1,3 @@
|
|||
write(buffer []byte) -> (written int) {
|
||||
return syscall(1, 1, buffer, len(buffer))
|
||||
write(buffer string) -> (written int) {
|
||||
return syscall(1, 1, buffer.ptr, buffer.len)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue