#define _GNU_SOURCE #include int finitef(float x) { return isfinite(x); }