CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
env.h File Reference

Environment variables of the running process. More...

#include <cx/container/hashtable.h>
#include <cx/cx.h>
#include <cx/string.h>

Go to the source code of this file.

Functions

bool envGet (string *out, strref name)
 
bool envSet (strref name, strref val)
 
bool envUnset (strref name)
 
bool envEnum (hashtable *out)
 
bool envExists (strref name)
 

Detailed Description

Environment variables of the running process.

Definition in file env.h.