23extern unsigned long long irep_hash_cnt;
24extern unsigned long long irep_cmp_cnt;
25extern unsigned long long irep_cmp_ne_cnt;
29int wmain(
int argc,
const wchar_t **argv_wide)
35int main(
int argc,
const char **argv)
40 int res = parse_options.
main();
43 std::cout <<
"IREP_HASH_CNT=" << irep_hash_cnt <<
'\n';
44 std::cout <<
"IREP_CMP_CNT=" << irep_cmp_cnt <<
'\n';
45 std::cout <<
"IREP_CMP_NE_CNT=" << irep_cmp_ne_cnt <<
'\n';
JDIFF Command Line Option Processing.
output_type narrow(input_type input)
Run-time checked narrowing cast.
std::vector< std::string > narrow_argv(int argc, const wchar_t **argv_wide)
std::vector< const char * > to_c_str_array(It b, It e)