Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
env.h File Reference

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.
 

Detailed Description

Environment variable helper.

Definition in file env.h.