GRASS GIS 7 Programmer's Manual  7.8.5(2020)-exported
ftol.c
Go to the documentation of this file.
1 long _ftol(double);
2 long _ftol2(double x) { return _ftol(x); }
_ftol2
long _ftol2(double x)
Definition: ftol.c:2
x
#define x
_ftol
long _ftol(double)