ccutil/getopt.h

Go to the documentation of this file.
00001 
00020 #include          "host.h"
00021 #include          "notdll.h"     //must be last include
00022 
00023 extern int optind;
00024 extern char *optarg;
00025 
00026 int getopt (                     //parse args
00027 INT32 argc,                      //arg count
00028 char *argv[],                    //args
00029 const char *arglist                    //string of arg chars
00030 );

Generated on Wed Feb 28 19:49:09 2007 for Tesseract by  doxygen 1.5.1