home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / PGP / pgpv26ui.lha / PGPAmiga / contrib / md5sum / source / getopt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-14  |  106 b   |  5 lines

  1. #ifndef UNIX    /* avoid conflict with stdlib.h */
  2. int getopt(int argc, char **argv, char *opts);
  3. #endif
  4.  
  5.