// https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/assert.h.html #include "core.h" #define NDEBUG #include #ifndef assert #error #endif #undef NDEBUG #include #ifndef assert #error #endif