xref: /openbsd-src/gnu/usr.bin/cvs/os2/popen.h (revision 780d15dfff9934c79e6717020f46114c9b7d7d04)
113571821Stholo /* We roll our own popen()/pclose() in OS/2.
213571821Stholo    Thanks, Glenn Gribble! */
313571821Stholo 
4*780d15dfStholo FILE *popen (const char *cmd, const char *mode);
513571821Stholo int popenRW (char **cmd, int *pipes);
613571821Stholo int pclose (FILE *stream);
7