diff options
Diffstat (limited to 'pc/popen.h')
-rw-r--r-- | pc/popen.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pc/popen.h b/pc/popen.h new file mode 100644 index 00000000..55501324 --- /dev/null +++ b/pc/popen.h @@ -0,0 +1,8 @@ +/* +** popen.h -- prototypes for pipe functions +*/ +#if !defined(FILE) +#include <stdio.h> +#endif +extern FILE *popen( char *, char * ); + |