File src/yajl_bytestack.h
Included in:
src/yajl_parser.c
src/yajl_parser.h
Included Files
#include "src/yajl/yajl_common.h"
#include </usr/include/stddef.h>
Typedef yajl_bytestack
typedef struct yajl_bytestack_t yajl_bytestack
struct yajl_bytestack_t
{
unsigned char* stack;
size_t size;
size_t used;
yajl_alloc_funcs* yaf;
}