failed.c 290 B

12345678910111213
  1. /* $Id$ */
  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. void
  8. C_failed()
  9. {
  10. sys_write(STDERR,"read, write, or open failed\n",28);
  11. sys_stop(S_EXIT);
  12. }