#define _GNU_SOURCE #include int finite(double x) { return isfinite(x); }