xref: /openbsd-src/gnu/usr.bin/cvs/os2/popen.h (revision 5054e3e78af0749a9bb00ba9a024b3ee2d90290f)
1 /* We roll our own popen()/pclose() in OS/2.
2    Thanks, Glenn Gribble! */
3 
4 FILE *popen (const char *cmd, const char *mode);
5 int popenRW (char **cmd, int *pipes);
6 int pclose (FILE *stream);
7