|
|
1.1 ! root 1: /* @(#)error.c 4.1 (Berkeley) 12/21/80 */ ! 2: #include <stdio.h> ! 3: ! 4: _error(s) ! 5: register char *s; ! 6: { ! 7: static reentered; ! 8: ! 9: if (reentered++) ! 10: _exit(0177); ! 11: write(2, s, strlen(s)); ! 12: exit(0176); ! 13: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.