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

◆ isMachineLittleEndian()

uint8_t isMachineLittleEndian ( void  )

Definition at line 190 of file rt_serialize.c.

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

Referenced by rt_band_from_wkb(), and rt_raster_to_wkb().

Here is the caller graph for this function: