Added entry points for ANSI C

This commit is contained in:
ceriel
1990-01-19 17:22:11 +00:00
parent 8c0b75b068
commit 9eff28dac8
29 changed files with 184 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
#include "syscall.h"
DEFINE(__write)
SYSTEM(SYS_write)