Zrythm
a highly automated and intuitive digital audio workstation
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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.