48 oc_abort(
const char *msg)
54 PRINT(
"\n%s\nAbort.\n", msg);
63 #define oc_assert(cond) \
66 oc_abort("Assertion (" #cond ") failed."); \
void exit_impl(int status)
exit the application
void abort_impl(void)
abort application
platform abstraction of logging