summaryrefslogtreecommitdiff
path: root/popen3/popen3.h
blob: d39266a52e788621e7859713216c2b05d553209c (plain)
1
2
3
4
5
6
7
#ifndef _POPEN3_H
#define _POPEN3_H

extern pid_t popen3(const char *cmd, int *pipes);
extern int pclose3(pid_t pid, int *pipes);

#endif /* _POPEN3_H */