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

/openbsd-current/lib/libcbor/src/cbor/
H A Dconfiguration.h6 #define CBOR_PATCH_VERSION 0 macro
H A Dcommon.h41 static const uint8_t cbor_patch_version = CBOR_PATCH_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 106 milliseconds