File: popen.h

package info (click to toggle)
cvs 1.10.7-1.99.slink.y2k.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,892 kB
  • ctags: 5,463
  • sloc: ansic: 68,307; sh: 17,664; makefile: 1,640; perl: 902; yacc: 826; csh: 181; lisp: 7
file content (6 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
/* 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);