home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / gnuawk_406.lzh / GnuAwk / src.lzh / src / popen.h < prev    next >
C/C++ Source or Header  |  1989-04-13  |  133b  |  8 lines

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