MCPcopy Create free account
hub / github.com/danihek/hellwal / hell_parser_destroy

Function hell_parser_destroy

hell_parser.h:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143HELL_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

Callers 2

process_templateFunction · 0.85
process_themeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected