|
|
1.1 ! root 1: /* ! 2: * Assertion tester. ! 3: */ ! 4: ! 5: #if NDEBUG ! 6: #define assert(p) ! 7: #else ! 8: #define assert(p) if(!(p)){printf("%s: %d: assert(%s) failed.\n",\ ! 9: __FILE__, __LINE__, "p");;} ! 10: #endif ! 11: ! 12: ! 13: ! 14: ! 15: ! 16: ! 17: ! 18: ! 19: ! 20:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.