mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
3 lines
123 B
C
3 lines
123 B
C
|
/* Gnulib <verify.h>, simplified by assuming GCC 4.6 or later. */
|
||
|
#define verify(R) _Static_assert (R, "verify (" #R ")")
|