Searched refs:_NL_STATIC_ASSERT (Results 1 – 1 of 1) sorted by relevance
74 #define _NL_STATIC_ASSERT(cond) ((void) sizeof (char[(cond) ? 1 : -1])) macro151 _NL_STATIC_ASSERT ((alloca_maxlen) <= 500); \