home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / UTILITY / IDTAG.ZIP / GETOPT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-07  |  65 b   |  4 lines

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