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