28#define __argp_parse argp_parse
30#define __option_is_end _option_is_end
31#undef __option_is_short
32#define __option_is_short _option_is_short
34#define __argp_input _argp_input
38#define __argp_help argp_help
40#define __argp_error argp_error
42#define __argp_failure argp_failure
43#undef __argp_state_help
44#define __argp_state_help argp_state_help
46#define __argp_usage argp_usage
48#define __argp_basename _argp_basename
49#undef __argp_short_program_name
50#define __argp_short_program_name _argp_short_program_name
53#undef __argp_make_fmtstream
54#define __argp_make_fmtstream argp_make_fmtstream
55#undef __argp_fmtstream_free
56#define __argp_fmtstream_free argp_fmtstream_free
57#undef __argp_fmtstream_putc
58#define __argp_fmtstream_putc argp_fmtstream_putc
59#undef __argp_fmtstream_puts
60#define __argp_fmtstream_puts argp_fmtstream_puts
61#undef __argp_fmtstream_write
62#define __argp_fmtstream_write argp_fmtstream_write
63#undef __argp_fmtstream_printf
64#define __argp_fmtstream_printf argp_fmtstream_printf
65#undef __argp_fmtstream_set_lmargin
66#define __argp_fmtstream_set_lmargin argp_fmtstream_set_lmargin
67#undef __argp_fmtstream_set_rmargin
68#define __argp_fmtstream_set_rmargin argp_fmtstream_set_rmargin
69#undef __argp_fmtstream_set_wmargin
70#define __argp_fmtstream_set_wmargin argp_fmtstream_set_wmargin
71#undef __argp_fmtstream_point
72#define __argp_fmtstream_point argp_fmtstream_point
73#undef __argp_fmtstream_update
74#define __argp_fmtstream_update _argp_fmtstream_update
75#undef __argp_fmtstream_ensure
76#define __argp_fmtstream_ensure _argp_fmtstream_ensure
77#undef __argp_fmtstream_lmargin
78#define __argp_fmtstream_lmargin argp_fmtstream_lmargin
79#undef __argp_fmtstream_rmargin
80#define __argp_fmtstream_rmargin argp_fmtstream_rmargin
81#undef __argp_fmtstream_wmargin
82#define __argp_fmtstream_wmargin argp_fmtstream_wmargin
89#define WIN32_LEAN_AND_MEAN
91#define __sleep(x) Sleep(x * 1000)
94#define __strcasecmp strcasecmp
96#define __vsnprintf vsnprintf
101#define __set_errno(e) (errno = (e))