|
|
1.1 root 1: /*
2: * Fatal error with message.
3: */
4: #include <scn.h>
5:
6: void fatal(s)
7: char *s;
8: {
9: closeUp();
10: fprintf(stderr, "\nFatal: %r\n", &s);
11: exit(1);
12: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.