home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / irit5 / amigalib / popen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-31  |  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.