repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdeps/m68k/fpu/s_finite.c: Add internal alias.
[glibc.git]
/
include
/
assert.h
blob
e18d37364f00c81a3d6be490d454bbf8c792ea3a
1
#include <assert/assert.h>
2
3
extern
void
__assert_fail_internal
(
__const
char
*
__assertion
,
4
__const
char
*
__file
,
5
unsigned int
__line
,
6
__const
char
*
__function
)
7
__attribute__
((
__noreturn__
))
attribute_hidden
;