Searched defs:ASSERT_NOT_NULL (Results 1 – 4 of 4) sorted by relevance
21 #define ASSERT_NOT_NULL(e) assert((e) != NULL) macro