Annotation of 40BSD/libc/stdio/error.c, revision 1.1

1.1     ! root        1: #include       <stdio.h>
        !             2: 
        !             3: _error(s)
        !             4: register char *s;
        !             5: {
        !             6:        static reentered;
        !             7: 
        !             8:        if (reentered++)
        !             9:                _exit(0177);
        !            10:        write(2, s, strlen(s));
        !            11:        exit(0176);
        !            12: }

unix.superglobalmegacorp.com

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