home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume2 / saverate / getopt.h next >
Encoding:
C/C++ Source or Header  |  1991-08-07  |  250 b   |  5 lines

  1. extern    int    getopt();    /* get next option argument        */
  2. extern    char    *optarg;    /* start of option after rtn from getopt() */
  3. extern    int    optind;        /* argv[i] to be processed by next getopt() */
  4. extern    int    opterr;        /* set to !0 to disable ? stderr errors    */
  5.