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

Class hc_proc

dynamic/dynamic.h:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <stdio.h>
6
7struct hc_proc {
8 int pid;
9 int in;
10};
11
12#define hc_proc_init(p, ...) \
13 _hc_proc_init(p, {__VA_ARGS__, NULL})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected