Added entry points for ANSI C

This commit is contained in:
ceriel
1990-01-22 13:41:58 +00:00
parent 8fd07efa80
commit bf95ea8fd9
28 changed files with 609 additions and 1 deletions

11
mach/ns/libsys/_close.s Normal file
View File

@@ -0,0 +1,11 @@
.define __close
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern __close
.sect .text
__close:
movd 0, r4
ret 0