55bool envGet(_Inout_
string* out, _In_ strref name);
67bool envSet(_In_ strref name, _In_opt_ strref val);
117 bool ret =
envGet(&val, name);
void strDestroy(strhandle ps)
bool envExists(strref name)
bool envGet(string *out, strref name)
bool envSet(strref name, strref val)
bool envEnum(hashtable *out)
bool envUnset(strref name)
Hash table container with type-safe generic key-value storage.
Copy-on-write strings with automatic memory management and rope optimization.