getopt.h
Go to the documentation of this file.
00001 /*
00002 POSIX getopt for Windows
00003 
00004 AT&T Public License
00005 
00006 Code given out at the 1985 UNIFORUM conference in Dallas.
00007 
00008 Signficant updates:
00009     2014-12-12: Updated to use CRL_HAVE_GETOPT preprocessor definition
00010 */
00011 
00012 #ifdef CRL_HAVE_GETOPT
00013 #include <getopt.h>
00014 #else
00015 
00016 #ifndef GETOPT_H_B9B6A349_4F17_4D0B_BBBC_F347117B4E27
00017 #define GETOPT_H_B9B6A349_4F17_4D0B_BBBC_F347117B4E27
00018 
00019 #ifdef __cplusplus
00020 extern "C"
00021 {
00022 #endif
00023 
00024 extern int opterr;
00025 extern int optind;
00026 extern int optopt;
00027 extern char* optarg;
00028 
00029 extern int getopt (int argc, char** argv, char* opts);
00030 
00031 #ifdef __cplusplus
00032 }
00033 #endif
00034 
00035 #endif // GETOPT_H_B9B6A349_4F17_4D0B_BBBC_F347117B4E27
00036 
00037 #endif // CRL_HAVE_GETOPT


multisense_lib
Author(s):
autogenerated on Mon Oct 9 2017 03:06:21