home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / librarie / mpwgawk.cpt / Sources / pc.d / popen.h < prev   
Encoding:
C/C++ Source or Header  |  1991-06-02  |  134 b   |  9 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.  
  9.