|
|
coherent
/*
* Assertion tester.
*/
#if NDEBUG
#define assert(p)
#else
#define assert(p) if(!(p)){printf("%s: %d: assert(%s) failed.\n",\
__FILE__, __LINE__, "p");;}
#endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.