blob: 4d2d5f84435822d10e6a146adc9fd53e99438bdd [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
struct Parser_40__41 {
uint8_t *buf;
uintptr_t len;
};
struct Parser_123__125 {
uint8_t *buf;
uintptr_t len;
};
void init_parens_parser(struct Parser_40__41 *p, uint8_t *buf, uintptr_t len);
void destroy_parens_parser(struct Parser_40__41 *p);
void init_braces_parser(struct Parser_123__125 *p, uint8_t *buf, uintptr_t len);