|
|
1.1 root 1: /*
2: * Coherent Standard I/O Library.
3: * Default error routine - not a portable
4: * part of stdio.
5: */
6:
7: #include <stdio.h>
8:
9: error(x)
10: {
11: fprintf(stderr, "%r", &x);
12: exit(1);
13: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.