Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

getopt.h

Go to the documentation of this file.
00001 
00011 #ifndef WBXML_GETOPT_H
00012 #define WBXML_GETOPT_H
00013 
00014 int getopt(int argc, char **argv, char *opts);
00015 extern int opterr;
00016 extern int optind;
00017 extern int optopt;
00018 extern char *optarg;
00019 
00020 #endif

Generated on Mon Nov 24 20:09:42 2003 for WBXML Library by doxygen1.3-rc1