summaryrefslogtreecommitdiff
path: root/local/procio.h
blob: 043506ab08b25831370a0f9a0c1686869410e1d5 (plain)
1
2
3
4
5
6
#ifndef PROCPS_PROC_PROCIO_H
#define PROCPS_PROC_PROCIO_H

FILE *fprocopen(const char *path, const char *mode);

#endif