npmx  1.0.0
 
Loading...
Searching...
No Matches
Glue template

This file contains functions declarations and macros that should be implemented according to the needs of the host environment into which npmx is integrated. More...

Macros

#define NPMX_ASSERT(expression)
 Macro for placing a runtime assertion.
 
#define NPMX_STATIC_ASSERT(expression)
 Macro for placing a compile time assertion.
 

Detailed Description

This file contains functions declarations and macros that should be implemented according to the needs of the host environment into which npmx is integrated.

Macro Definition Documentation

◆ NPMX_ASSERT

#define NPMX_ASSERT ( expression)

Macro for placing a runtime assertion.

Parameters
expressionExpression to be evaluated.

◆ NPMX_STATIC_ASSERT

#define NPMX_STATIC_ASSERT ( expression)

Macro for placing a compile time assertion.

Parameters
expressionExpression to be evaluated.