- #define option i_option_
-
- #define optarg i_optarg_
- #define suboptarg i_suboptarg_
- #define optind i_optind_
- #define opterr i_opterr_
- #define optopt i_optopt_
- #define optreset i_optreset_
-
- #define getopt i_getopt_
- #define getsubopt i_getsubopt_
- #define getopt_long i_getopt_long_
- #define getopt_long_only i_getopt_long_only_
-
- #ifndef GETOPT_LONG_IMPLEMENTATION
-extern char *i_optarg_;
-extern char *i_suboptarg_;
-extern int i_optind_, i_opterr_, i_optopt_, i_optreset_;
- #endif /* !GETOPT_LONG_IMPLEMENTATION */
-
-struct i_option_ {
+ #define option lce_option_
+
+ #define optarg lce_optarg_
+ #define suboptarg lce_suboptarg_
+ #define optind lce_optind_
+ #define opterr lce_opterr_
+ #define optopt lce_optopt_
+ #define optreset lce_optreset_
+
+ #define getopt lce_getopt_
+ #define getsubopt lce_getsubopt_
+ #define getopt_long lce_getopt_long_
+ #define getopt_long_only lce_getopt_long_only_
+
+ #ifndef LCE_GETOPT_LONG_IMPLEMENTATION
+extern char *lce_optarg_;
+extern char *lce_suboptarg_;
+extern int lce_optind_, lce_opterr_, lce_optopt_, lce_optreset_;
+ #endif /* !LCE_GETOPT_LONG_IMPLEMENTATION */
+
+struct lce_option_ {