47a8676625
test files in lib go to src/tests include/ goes to local/ lib/*.c goes to local/ Signed-off-by: Craig Small <csmall@dropbear.xyz>
7 lines
120 B
C
7 lines
120 B
C
#ifndef PROCPS_PROC_PROCIO_H
|
|
#define PROCPS_PROC_PROCIO_H
|
|
|
|
FILE *fprocopen(const char *path, const char *mode);
|
|
|
|
#endif
|