[ek]/C_failed.c removed. Now called failed.c

This commit is contained in:
ceriel
1987-06-30 16:11:19 +00:00
parent e67875114f
commit 5cdc2f00ab
3 changed files with 24 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
/* $Header$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#include <system.h>
C_failed()
{
sys_write(STDERR,"write failed\n",13);
sys_stop(S_EXIT);
}