OpenBSD-4.6/gnu/usr.bin/cvs/os2/popen.h

/* We roll our own popen()/pclose() in OS/2.
   Thanks, Glenn Gribble! */

FILE *popen (const char *cmd, const char *mode);
int popenRW (char **cmd, int *pipes);
int pclose (FILE *stream);