This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>.
All rights reserved.

Released under the GNU General Public License.

Return to index Up one level Previous symbol Next symbol

Summary of the <assert.h> Header

View source

#undef assert

#ifdef NDEBUG
#define assert(ignore)	implementation defined null expression
#else
#define assert(e)	implementation defined assertion
#endif