[][src]Function spatialite_sys::gaiaImportF32

pub unsafe extern "C" fn gaiaImportF32(
    p: *const c_uchar,
    little_endian: c_int,
    little_endian_arch: c_int
) -> f32

Import a FLOAT-32 value in endian-aware fashion

\param p endian-dependent representation (input buffer). \param little_endian 0 if the input buffer is big-endian: any other value for little-endian. \param little_endian_arch the value returned by gaiaEndianArch()

\return the internal FLOAT value

\sa gaiaEndianArch, gaiaExportF32

\note you are expected to pass an input buffer corresponding to an allocation size of (at least) 4 bytes.