home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QS.ZIP / LIB / GETOPT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-10-01  |  224 b   |  14 lines

  1. /*
  2.  
  3.    getopt.h
  4.  
  5.    Update history:
  6.  
  7.       01Oct89 Add function prototype for getopt                      ahd
  8.   */
  9.  
  10. extern int getopt(int argc, char **argv, char *opts);
  11.  
  12. extern int optind;
  13. extern char *optarg;
  14.