libcbor
0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
|
Stack handle - contents and size. More...
#include <stack.h>
Data Fields | |
struct _cbor_stack_record * | top |
size_t | size |
struct _cbor_stack_record* _cbor_stack::top |