home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / hobby / setiatpa / setiatpa.exe / seti@palm / pdbmake / getopt.h < prev    next >
C/C++ Source or Header  |  1999-07-20  |  136b  |  8 lines

  1.  
  2. #define LOCAL_GETOPT
  3.  
  4. extern int optind, optopt;
  5. extern char *optarg;
  6.  
  7. extern int getopt(int nargc, char *nargv[], char *ostr);
  8.