file
env.hEnvironment variable helper.
Contents
- Reference
Functions
- auto env_get_string(const char* key, const char* def) -> char*
- Returns a newly allocated string.
- auto env_get_int(const char* key, int def) -> int
- Returns an int for the given environment variable if it exists and is valid, otherwise returns the default int.