azure-sdk-for-cpp/samples/helpers/get-env
Rick Winter b54d509c72
Use standard syntax for MIT license (#4786)
* Use standard syntax for MIT license

* Stop appending "All rights reserved"
2023-07-12 22:37:36 -07:00
..
inc Use standard syntax for MIT license (#4786) 2023-07-12 22:37:36 -07:00
src Use standard syntax for MIT license (#4786) 2023-07-12 22:37:36 -07:00
CMakeLists.txt Use standard syntax for MIT license (#4786) 2023-07-12 22:37:36 -07:00
LICENSE
README.md

Get Environment Variable for Samples

This is a helper library for samples that deals with getting environment variables.

Since getenv() may generate warnings on MSVC, and is not available on UWP, sample code gets cluttered with minor platform-specific nuances. This library hides all that, so that std::getenv() compiles and works the same on Linux, macOS, Win32, and UWP.