Searched refs:CBOR_MAJOR_VERSION (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcbor/src/cbor/
H A Dconfiguration.h4 #define CBOR_MAJOR_VERSION 0 macro
H A Dcommon.h39 static const uint8_t cbor_major_version = CBOR_MAJOR_VERSION;
44 _CBOR_TO_STR(CBOR_MAJOR_VERSION) \
47 ((CBOR_MAJOR_VERSION << 16) | (CBOR_MINOR_VERSION << 8) | CBOR_PATCH_VERSION)

Completed in 108 milliseconds