[][src]Function spatialite_sys::math_llabs

pub unsafe extern "C" fn math_llabs(value: sqlite3_int64) -> sqlite3_int64

A portable replacement for C99 llabs()

\param value a 64 bit integer value

\return the corresponding absolute value