4.4BSD/usr/src/contrib/gawk-2.15.2/pc/popen.h

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