home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / misc / sci / units / source / getopt_protos.h next >
Encoding:
C/C++ Source or Header  |  1994-07-28  |  174 b   |  15 lines

  1. /* Prototypes for functions defined in
  2. getopt.c
  3.  */
  4.  
  5. extern int opterr;
  6.  
  7. extern int optind;
  8.  
  9. extern int optopt;
  10.  
  11. extern char * optarg;
  12.  
  13. int getopt(int , char ** , char * );
  14.  
  15.