PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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: