1 2 3 4 5 6 7 8 9 10
#include <fenv.h> #define FE_DIVBYZERO (1<<0) /* Defined iff this exception is supported */ /* STDC(199901) LINK(m) */