1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include <fenv.h> #if 0 #define FE_INVALID (1<<2) #else #undef FE_INVALID #endif /* Defined iff this exception is supported */ /* STDC(199901) LINK(m) */