Function ion_c_sys::ion_decimal_zero[][src]

pub unsafe extern "C" fn ion_decimal_zero(value: *mut ION_DECIMAL) -> iERR
Expand description

Zeroes the given ION_DECIMAL in-place. NOTE: this has better performance than memset in certain environments.

@param value - the value to zero. @return IERR_OK (no errors are possible).