home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / pgmutil / idtag.zip / GETOPT.H < prev    next >
Text File  |  1988-05-07  |  65b  |  4 lines

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