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