diff options
Diffstat (limited to 'include/assert.h')
-rw-r--r-- | include/assert.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/assert.h b/include/assert.h index e2fa702..e18d373 100644 --- a/include/assert.h +++ b/include/assert.h @@ -1 +1,7 @@ #include <assert/assert.h> + +extern void __assert_fail_internal (__const char *__assertion, + __const char *__file, + unsigned int __line, + __const char *__function) + __attribute__ ((__noreturn__)) attribute_hidden; |