home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / misc / units-1.0.lha / Units / source / getopt_protos.h next >
Encoding:
C/C++ Source or Header  |  1994-07-29  |  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.