Zrythm
a highly automated and intuitive digital audio workstation
|
Environment variable helper. More...
Go to the source code of this file.
Functions | |
char * | env_get_string (const char *key, const char *def) |
Returns a newly allocated string. | |
int | env_get_int (const char *key, int def) |
Returns an int for the given environment variable if it exists and is valid, otherwise returns the default int. | |
Environment variable helper.
Definition in file env.h.