C_failed.c 274 B

123456789101112
  1. /* $Header$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. #include <system.h>
  7. C_failed()
  8. {
  9. sys_write(STDERR,"write failed\n",13);
  10. sys_stop(S_EXIT);
  11. }