libcbor
0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
|
Go to the source code of this file.
Functions | |
uint8_t | _cbor_load_uint8 (cbor_data source) |
uint16_t | _cbor_load_uint16 (const unsigned char *source) |
uint32_t | _cbor_load_uint32 (const unsigned char *source) |
uint64_t | _cbor_load_uint64 (const unsigned char *source) |
float | _cbor_decode_half (unsigned char *halfp) |
double | _cbor_load_half (cbor_data source) |
float | _cbor_load_float (cbor_data source) |
double | _cbor_load_double (cbor_data source) |