Added entry points for ANSI C

This commit is contained in:
ceriel
1990-01-22 13:59:43 +00:00
parent 73bfa1d1ab
commit ee026dd2ab
24 changed files with 575 additions and 0 deletions

View File

@@ -37,3 +37,26 @@ exit2.s
time.s
cleanup.s
pause.s
_alarm.s
_close.s
_creat.s
_dup.s
_exec.s
_fork.s
_fstat.s
_getpid.s
_gtty.s
_ioctl.s
_kill.s
_link.s
_lseek.s
_open.s
_pause.s
_pipe.s
_read.s
_sbrk.s
_stty.s
_time.s
_unlink.s
_wait.s
_write.s