Home
last modified time | relevance | path

Searched defs:NN_NULL_ASSERT (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/include/nn/
Dassert.h192 #define NN_NULL_ASSERT(exp) macro
414 …#define NN_NULL_ASSERT( exp) NN_ASSERTMSG( (exp) != NULL, "%s must not be NULL", … macro