1 2 3 4 5 6 7 8
/* ** popen.h -- prototypes for pipe functions */ #if !defined(FILE) #include <stdio.h> #endif extern FILE *popen( char *, char * );