MCPcopy Create free account
hub / github.com/codr7/hacktical-c / free_cmd

Function free_cmd

dynamic/dynamic.c:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static void free_cmd(char **in) {
73 for (char **s = in; *s; s++) {
74 free(*s);
75 }
76}
77
78void _hc_compile(const char *code,
79 const char *out,

Callers 1

_hc_compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected