#define NP_ASSERT_NOT_NULL (  ) 

Value:

do { \
        const void *_a = (a); \
        if (!(_a != NULL)) \
            __np_assert_failed(__FILE__, __LINE__, \
            "NP_ASSERT_NOT_NULL(" #a "=%p)", _a); \
    } while(0)
Test that a pointer is not NULL, otherwise FAIL the test.


Generated on Wed Jan 16 01:28:40 2013 for NovaProva by  doxygen 1.5.8