[ek]/C_failed.c removed. Now called failed.c
This commit is contained in:
12
modules/src/em_code/failed.c
Normal file
12
modules/src/em_code/failed.c
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user