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