W
Size: a a a
W
W
FO
FO
W
FO
W
W
W
FO
W
constexpr static int32_t tag_len = 16;
struct entry {
const char tag[tag_len];
};
W
FO
FO
// clang-format off
#define OQP_DATA_OK 0
#define OQP_DATA_MEMORY_ALLOC_PROBLEM 1
#define OQP_DATA_PROTOCOL_NULLPTR 2
#define OQP_DATA_PROTOCOL_NO_ENTRIES 3
#define OQP_DATA_PROTOCOL_ENTRY_NOT_FOUND 4
#define OQP_DATA_PROTOCOL_ENTRY_ALREADY_EXIST 5
#define OQP_DATA_ENTRY_NULLPTR 6
#define OQP_DATA_ENTRY_CANT_FREE 7
// clang-format on
#ifndef __cplusplus
#define constexpr const
#endif
constexpr static int32_t tag_len = 16;
constexpr static int32_t options_len = 16;
EE
💮
EE
EE
c
EE