Added pretty print functions. They may need to be moved.
This commit is contained in:
parent
19bbfb0f07
commit
d13fbbf9c4
1 changed files with 1 additions and 0 deletions
|
|
@ -35,4 +35,5 @@ long long read_bits(input_stream_t* state, int count, char signed_p);
|
||||||
parse_result_t* do_parse(const parser_t* parser, parse_state_t *state);
|
parse_result_t* do_parse(const parser_t* parser, parse_state_t *state);
|
||||||
void put_cached(parse_state_t *ps, const parser_t *p, parse_result_t *cached);
|
void put_cached(parse_state_t *ps, const parser_t *p, parse_result_t *cached);
|
||||||
guint djbhash(const uint8_t *buf, size_t len);
|
guint djbhash(const uint8_t *buf, size_t len);
|
||||||
|
char* write_result_unamb(const parsed_token_t* tok);
|
||||||
#endif // #ifndef HAMMER_INTERNAL__H
|
#endif // #ifndef HAMMER_INTERNAL__H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue