GRASS Programmer's Manual  6.4.2(2012)
ftol.c
Go to the documentation of this file.
00001 long _ftol(double);
00002 long _ftol2(double x) { return _ftol(x); }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines