HelenOS sources
__helenos_assert_abort 51 uspace/lib/c/include/assert.h extern void __helenos_assert_abort(const char *, const char *, unsigned int)
__helenos_assert_abort 74 uspace/lib/c/include/assert.h #define assert(expr) ((expr) ? (void) 0 : __helenos_assert_abort(#expr, __FILE__, __LINE__))
__helenos_assert_abort 51 uspace/lib/posix/include/libc/assert.h extern void __helenos_assert_abort(const char *, const char *, unsigned int)
__helenos_assert_abort 74 uspace/lib/posix/include/libc/assert.h #define assert(expr) ((expr) ? (void) 0 : __helenos_assert_abort(#expr, __FILE__, __LINE__))
HelenOS homepage, sources at GitHub