Format: AllC/C++CSSTextshell script Advanced Search
101: ((x) > (y) || (y) > (x))) 102: #define isunordered(x, y) (isnan(x) || isnan(y)) 103: #endif /* __ISO_C_VISIBLE >= 1999 */