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