Annotation of coherent/d/usr/lib/scn/fatal.c, revision 1.1

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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.