home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / 3rdparty / md5sum.lha / source / getopt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-10  |  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.