Searched refs:repeat_str (Results 1 – 1 of 1) sorted by relevance
165 std::string repeat_str = std::string(argv[i]).substr(9); in main() local166 repeat = atoi(repeat_str.c_str()); in main()