home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / gtak / source / util / getopt.h < prev   
Encoding:
C/C++ Source or Header  |  1993-01-20  |  118 b   |  7 lines

  1. /* getopt.h */
  2.  
  3. extern int opterr, optind;
  4. extern char *optarg;
  5.  
  6. int getopt(int argc, char **argv, char *opts);
  7.