#include "f2c.h" #undef abs #include double r_sin (real * x) { return (sin (*x)); }