From bc70de7b3302d5a81515b901cae376b8b51d2004 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:09:56 +0300 Subject: Move to gawk-3.1.0. --- unsupported/tandem/popen.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 unsupported/tandem/popen.h (limited to 'unsupported/tandem/popen.h') diff --git a/unsupported/tandem/popen.h b/unsupported/tandem/popen.h new file mode 100644 index 00000000..18605867 --- /dev/null +++ b/unsupported/tandem/popen.h @@ -0,0 +1,20 @@ +/* + +** popen.h -- prototypes for pipe functions + +*/ + +#if !defined(FILE) + +#include + +#endif + + + +extern FILE *os_popen( char *, char * ); + +extern int os_pclose( FILE * ); + +#define popen os_popen +#define pclose os_close -- cgit v1.2.3