home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / os2 / pgp263.arj / PGP263I.SRC / PGP263II.ZIP / contrib / langtool / getopt.h < prev    next >
Text File  |  1994-05-06  |  105b  |  4 lines

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