Annotation of 43BSD/include/assert.h, revision 1.1.1.1

1.1       root        1: /*     assert.h        4.2     85/01/21        */
                      2: 
                      3: # ifndef NDEBUG
                      4: # define _assert(ex)   {if (!(ex)){fprintf(stderr,"Assertion failed: file \"%s\", line %d\n", __FILE__, __LINE__);exit(1);}}
                      5: # define assert(ex)    _assert(ex)
                      6: # else
                      7: # define _assert(ex)
                      8: # define assert(ex)
                      9: # endif

unix.superglobalmegacorp.com

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