opt c+
section .text
; int close(int fd)
; r4
xdef PCclose
PCclose:
mov.l #3,r0 ; fsCLOSE
trapa #$23
rts
nop
end
.text
.global _PCclose
_PCclose:
mov #3,r0
trapa #0x23
rts
nop