repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
sysvi386
/
write.S
blob
05374652ce06a7a50e14c5da8ba4bba039295da9
1
.globl _write
2
.globl write
3
_write:
4
write:
5
movl $4, %eax
6
lcall $7,$0
7
jb _cerror
8
ret