home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / misc / PGPAmi26ui.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.