RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Macros
assert.h File Reference

This header file provides the interfaces of 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 and static analysis runs.
 
#define _Assert_Unused_variable_equals(_var, _val)
 Assert if unused return value is equal.
 
#define _Assert_Unused_variable_unequal(_var, _val)
 Assert if unused return value is not equal.
 

Detailed Description

This header file provides the interfaces of the Assert Handler.