RTEMS  5.1
Macros
assert.h File Reference

Information for the Assert Handler. More...

#include <rtems/score/basedefs.h>

Go to the source code of this file.

Macros

#define _Assert(_e)   ( ( void ) 0 )
 Assertion similar to assert() controlled via RTEMS_DEBUG instead of NDEBUG.
 
#define _SMP_Assert(_e)   ( ( void ) 0 )
 Like _Assert(), but only armed if RTEMS_SMP is defined.
 

Detailed Description

Information for the Assert Handler.