Searched defs:msgargs (Results 1 – 1 of 1) sorted by relevance
| /kernel/lib/libc/include/ |
| A D | assert.h | 22 #define ASSERT_MSG(x, msg, msgargs...) \ argument 44 #define DEBUG_ASSERT_MSG(x, msg, msgargs...) \ argument 56 #define DEBUG_ASSERT_MSG_COND(x, msg, msgargs...) DEBUG_ASSERT_MSG(x, msg, msgargs) argument 59 #define DEBUG_ASSERT_MSG_COND(x, msg, msgargs...) do { } while (0) argument
|
Completed in 5 milliseconds