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
soft-fp: Use temporary variable in FP_FRAC_SUB_3/FP_FRAC_SUB_4
[glibc.git]
/
include
/
verify.h
blob
00e78d3f8c84ebb4e056fbe4d30187563a3dfdd9
1
/* Gnulib <verify.h>, simplified by assuming GCC 4.6 or later. */
2
#define verify(R) _Static_assert (R,
"verify ("
#R
")"
)