| 141 | } |
| 142 | |
| 143 | HELL_DEF void hell_parser_destroy(hell_parser_t *parser) |
| 144 | { |
| 145 | if (parser) |
| 146 | { |
| 147 | free(parser); |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | /* Go next by one character, and pass it to *out, |
| 152 | * if it's out of bounds return error |
no outgoing calls
no test coverage detected