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

pub unsafe extern "C" fn cbor_encode_int(
    encoder: *mut CborEncoder,
    value: i64
) -> CborError

Appends the signed 64-bit integer \a value to the CBOR stream provided by \a encoder.

\sa cbor_encode_negative_int, cbor_encode_uint