Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
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