ftol.c 63 B

123
  1. long _ftol(double);
  2. long _ftol2(double x) { return _ftol(x); }