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