/* ** popen.h -- prototypes for pipe functions */ #if !defined(FILE) #include #endif extern FILE *popen( char *, char * );