7 ms·
Nevertheless, https://en.cppreference.com/w/cpp/utility/program/getenv https://en.cppreference.com/w/cpp/utility/program/getenv
by davidt84 2y ago
Nevertheless, https://en.cppreference.com/w/cpp/utility/program/getenv https://en.cppreference.com/w/cpp/utility/program/getenv
- kazinator 2y agoInteresting. So in a multi-threaded C++ program that only calls the std:: getenv function, everything is fine. If anything calls the C getenv function, like a third party library, things are maybe not fine.