summaryrefslogtreecommitdiff
path: root/include/assert.h
blob: e18d37364f00c81a3d6be490d454bbf8c792ea3a (plain)
1
2
3
4
5
6
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;