PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
cmp_int()
static int cmp_int
(
const void *
a
,
const void *
b
)
static
Definition at line
180
of file
lwunionfind.c
.
181
{
182
if
(*((uint32_t*) a) > *((uint32_t*) b))
183
{
184
return
1;
185
}
186
else
if
(*((uint32_t*) a) < *((uint32_t*) b))
187
{
188
return
-1;
189
}
190
else
191
{
192
return
0;
193
}
194
}
Referenced by
cmp_int_ptr()
.
Here is the caller graph for this function:
liblwgeom
lwunionfind.c
Generated by
1.9.1