home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / tex / pastex / source / dvips / amiga / include / pipe.h < prev    next >
Encoding:
Text File  |  1994-01-16  |  110 b   |  5 lines

  1. /* prototypes for function defined in pipe.h */
  2.  
  3. FILE *popen(const char *, const char *);
  4. int pclose(FILE *);
  5.