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

Function hell_parser_eof

hell_parser.h:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272HELL_DEF int hell_parser_eof(const hell_parser_t *parser)
273{
274 return (parser && parser->pos >= parser->length);
275}
276
277#endif /* HELL_PARSER_IMPLEMENTATION */
278

Calls

no outgoing calls

Tested by

no test coverage detected