Initial revision

This commit is contained in:
ceriel 1987-02-23 14:14:35 +00:00
parent ffa788536f
commit 57e07411f0
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include <system.h>
C_failed()
{
sys_write(2,"write failed\n",13);
sys_stop(S_EXIT);
}

View File

@ -0,0 +1,7 @@
#include <system.h>
C_failed()
{
sys_write(2,"write failed\n",13);
sys_stop(S_EXIT);
}