00001 #ifndef __UT_NTGETOPT_H__ 00002 #define __UT_NTGETOPT_H__ 00003 00004 #include "UT_API.h" 00005 #ifdef WIN32 00006 UT_API extern char *optarg; 00007 UT_API extern int optind, opterr, optopt; 00008 UT_API void getoptreset( void ); 00009 UT_API int getopt( int argc, char *const *argv, const char *optstring ); 00010 #endif 00011 00012 #endif
1.5.9