MCPcopy Create free account
hub / github.com/Entware/Entware / yyfree

Function yyfree

scripts/config/lexer.lex.c:3938–3941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3936}
3937
3938void yyfree (void * ptr )
3939{
3940 free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
3941}
3942
3943#define YYTABLES_NAME "yytables"
3944

Callers 2

yy_delete_bufferFunction · 0.85
yylex_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected