theCore C++ embedded framework
|
#include <string.h>
#include <stddef.h>
Macros | |
#define | ecl_assert_msg(COND, MESSAGE) |
#define | ecl_assert(COND) ecl_assert_msg(COND, NULL) |
Functions | |
void | ecl_assert_failed (const char *assertion, const char *message, const char *file, const char *func, unsigned int line) |
#define ecl_assert_msg | ( | COND, | |
MESSAGE | |||
) |
#define ecl_assert | ( | COND | ) | ecl_assert_msg(COND, NULL) |
void ecl_assert_failed | ( | const char * | assertion, |
const char * | message, | ||
const char * | file, | ||
const char * | func, | ||
unsigned int | line | ||
) |