Searched defs:BT_ASSERT_MSG (Results 1 – 1 of 1) sorted by relevance
30 #define BT_ASSERT_MSG(cond, fmt, ...) \ macro40 #define BT_ASSERT_MSG(cond, msg, ...) __ASSERT(cond, msg, ##__VA_ARGS__) macro