home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1927 / getopt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  61 b   |  4 lines

  1. extern int optind;
  2. extern char *optarg;
  3. extern int getopt();
  4.