[][src]Function mynewt::encoding::tinycbor::cbor_encode_negative_int

pub unsafe extern "C" fn cbor_encode_negative_int(
    encoder: *mut CborEncoder,
    absolute_value: u64
) -> CborError

Appends the negative 64-bit integer whose absolute value is \a absolute_value to the CBOR stream provided by \a encoder.

\sa cbor_encode_uint, cbor_encode_int