1 2 3 4 5 6 7
#include <stdlib.h> #ifndef __cplusplus #define static_assert _Static_assert #endif #define assert(x) ((void)((x) || (abort(), 0)))