GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
ftol.c
Go to the documentation of this file.
1 long _ftol(double);
2 long _ftol2(double x) { return _ftol(x); }