
The explicit call to `std::setlocale(LC_ALL, "C")` isn't required, since the Standard already says the equivalent of this call is performed on program startup.
The explicit call to `std::setlocale(LC_ALL, "C")` isn't required, since the Standard already says the equivalent of this call is performed on program startup.