Searched defs:KASSERTMSG (Results 1 – 2 of 2) sorted by relevance
88 #define KASSERTMSG(e, msg, ...) /* NOTHING */ macro92 #define KASSERTMSG(exp, ...) printf(__VA_ARGS__); assert((exp)) macro