8 #ifndef LIBCBOR_STACK_H 9 #define LIBCBOR_STACK_H 40 #endif //LIBCBOR_STACK_H
Stack handle - contents and size.
struct _cbor_stack_record * lower
struct _cbor_stack _cbor_stack_init()
Simple stack record for the parser.
struct _cbor_stack_record * _cbor_stack_push(struct _cbor_stack *, cbor_item_t *, size_t)
void _cbor_stack_pop(struct _cbor_stack *)
struct _cbor_stack_record * top