bool c3e_assert_has_handler()
Checks if a custom assertion handler is currently set.
void c3e_assert(bool condition)
Evaluates an assertion and triggers a custom handler if the condition is false.
void c3e_assert_remove_handle()
Removes the currently set custom assertion handler.
void c3e_assert_handler(void(*event)(const char *filename, int line))
Sets a custom assertion handler.