#include #include #include extern void __libc_assert_failed( const char *file, int line, const char *func, const char *cond) { kern_logf("ASSERT: %s failed (%s in %s:%d)", cond, func, file, line); abort(); }