home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / 3d / irit / amigalib / popen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-05  |  146 b   |  9 lines

  1. /*
  2. ** popen.h -- prototypes for pipe functions
  3. */
  4. #ifdef __SASC
  5. extern FILE *popen( const char *, const char * );
  6. #else
  7. #include <stdio.h>
  8. #endif
  9.