Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void hc_proc_deinit(struct hc_proc *p) {
69
close_in(p);
70
}
71
72
static void free_cmd(char **in) {
73
for (char **s = in; *s; s++) {
Callers
1
_hc_compile
Function · 0.85
Calls
1
close_in
Function · 0.85
Tested by
no test coverage detected