home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / pgpamiga / contrib / md5sum / source / getopt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-27  |  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.