HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_NTGetOpt.h
Go to the documentation of this file.
1 #ifndef __UT_NTGETOPT_H__
2 #define __UT_NTGETOPT_H__
3 
4 #include "UT_API.h"
5 #ifdef WIN32
6  UT_API extern const char *optarg;
7  UT_API extern int optind, opterr, optopt;
8  UT_API void getoptreset();
9  UT_API int getopt( int argc, char *const *argv, const char *optstring );
10 #endif
11 
12 #endif
#define UT_API
Definition: UT_API.h:14