Function math_llabs

Source
pub unsafe extern "C" fn math_llabs(
    value: sqlite3_int64,
) -> sqlite3_int64
Expand description

A portable replacement for C99 llabs()

\param value a 64 bit integer value

\return the corresponding absolute value