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

Function hc_proc_deinit

dynamic/dynamic.c:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void hc_proc_deinit(struct hc_proc *p) {
69 close_in(p);
70}
71
72static void free_cmd(char **in) {
73 for (char **s = in; *s; s++) {

Callers 1

_hc_compileFunction · 0.85

Calls 1

close_inFunction · 0.85

Tested by

no test coverage detected