home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / 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.