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