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
26int
27env_get_int (const char * key, int def);
28
32
33#endif
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...