#include "MloConfig.h"
#include <assert.h>
Go to the source code of this file.
Defines | |
| #define | MLO_CHECK_CST(name, cond) typedef int MLO_CheckCst_##name [(cond) ? 1 : -1] |
| #define | MLO_ASSERT(_x) assert(_x) |
Functions | |
| void | MLO_Debug (const char *format,...) |