[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CassertH
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CassertH
(C) assert (header file)
Header file containg the definition of the assert statement.int main() { assert(NULL==0); return 0; }
- include <assert.h>
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
