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

◆ isMachineLittleEndian()

uint8_t isMachineLittleEndian ( void  )

Definition at line 191 of file rt_serialize.c.

191 {
192 static int endian_check_int = 1; /* dont modify this!!! */
193 /* 0=big endian|xdr -- 1=little endian|ndr */
194 return *((uint8_t *) & endian_check_int);
195}

Referenced by rt_band_from_wkb(), and rt_raster_to_wkb().

Here is the caller graph for this function: