Zrythm
v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
env.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: © 2019 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
9
10
#ifndef __UTILS_ENV_H__
11
#define __UTILS_ENV_H__
12
18
26
int
27
env_get_int
(
const
char
* key,
int
def);
28
32
33
#endif
env_get_int
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 de...
src
utils
env.h
Generated by
1.15.0