home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / os2 / popen.h < prev    next >
Text File  |  1996-09-28  |  177b  |  7 lines

  1. /* We roll our own popen()/pclose() in OS/2.
  2.    Thanks, Glenn Gribble! */
  3.  
  4. FILE *popen (char *cmd, char *mode);
  5. int popenRW (char **cmd, int *pipes);
  6. int pclose (FILE *stream);
  7.