Annotation of researchv10no/libc/gen/_assert.c, revision 1.1

1.1     ! root        1: static char failed[] = "Assertion failed: file ";
        !             2: static char line[] = ", line ";
        !             3: _assert(f,l)
        !             4: char *f;
        !             5: {
        !             6:        _cleanup();
        !             7:        write(2,failed,strlen(failed));
        !             8:        write(2,f,strlen(f));
        !             9:        write(2,line,strlen(line));
        !            10:        _printnum((unsigned)l);
        !            11:        write(2,"\n",1);
        !            12:        abort();
        !            13: }

unix.superglobalmegacorp.com

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