Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ hc_proc
Class
hc_proc
dynamic/dynamic.c:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
#include
"vector/vector.h"
13
14
struct hc_proc *_hc_proc_init(struct hc_proc *p, char *cmd[]) {
15
int fds[2];
16
17
if (pipe(fds) == -1) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected