condition          32 mtcp/mtcp_util.h #define MTCP_ASSERT(condition) \
condition          33 mtcp/mtcp_util.h   if (! (condition)) { \
condition          34 mtcp/mtcp_util.h     MTCP_PRINTF("Assertion failed: %s\n", #condition); \
condition          66 mtcp/restore_libc.h #define ASSERT(condition) \
condition          68 mtcp/restore_libc.h     if (! (condition)) { \
condition          69 mtcp/restore_libc.h       PRINTF("Assertion failed: %s\n", #condition); \