home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / bm332c.zip / GETOPT.H < prev    next >
C/C++ Source or Header  |  1993-01-12  |  80b  |  5 lines

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