GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
ftol.c
Go to the documentation of this file.
1long _ftol(double);
2long _ftol2(double x)
3{
4 return _ftol(x);
5}
long _ftol2(double x)
Definition ftol.c:2
long _ftol(double)
#define x