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

/openbsd-current/lib/libcbor/src/cbor/
H A Dconfiguration.h5 #define CBOR_MINOR_VERSION 10 macro
H A Dcommon.h40 static const uint8_t cbor_minor_version = CBOR_MINOR_VERSION;
45 "." _CBOR_TO_STR(CBOR_MINOR_VERSION) "." _CBOR_TO_STR(CBOR_PATCH_VERSION)
47 ((CBOR_MAJOR_VERSION << 16) | (CBOR_MINOR_VERSION << 8) | CBOR_PATCH_VERSION)

Completed in 104 milliseconds