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