Go to the first, previous, next, last section, table of contents.


assert.h: a drop in replacement for assert.h

A drop in replacement for `assert.h' is provided in the `src' directory. It is not installed by default. If you wish to use it then you need to copy it to your include directory by hand.

This might be of use if you are already using `assert.h' and wish to save some code space since the nana implementation is more space efficient.

Calls to `assert' are translated to calls to `I' and can be disabled by defining `NDEBUG'.


Go to the first, previous, next, last section, table of contents.