GRASS GIS 7 Programmer's Manual
7.0.3(2016)-r00000
Main Page
Related Pages
Data Structures
Files
File List
Globals
dcmp.c
Go to the documentation of this file.
1
int
Cdhc_dcmp
(
const
void
*i,
const
void
*j)
2
{
3
double
x = *(
double
*)i;
4
double
y = *(
double
*)j;
5
6
if
(x < y)
7
return
-1;
8
9
if
(x > y)
10
return
1;
11
12
return
0;
13
}
Cdhc_dcmp
int Cdhc_dcmp(const void *i, const void *j)
Definition:
dcmp.c:1
cdhc
dcmp.c
Generated on Tue Apr 5 2016 12:25:31 for GRASS GIS 7 Programmer's Manual by
1.8.11