xref: /openbsd-src/gnu/usr.bin/cvs/os2/popen.h (revision 8500990981f885cbe5e6a4958549cacc238b5ae6)
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