#include "f2c.h" #undef abs #include double r_int (real * x) { return ((*x > 0) ? floor (*x) : -floor (-*x)); }