Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
system.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: © 2020 Alexandros Theodotou <alex@zrythm.org>
3
*
4
* SPDX-License-Identifier: LicenseRef-ZrythmLicense
5
*/
6
13
#ifndef __UTILS_SYSTEM_H__
14
#define __UTILS_SYSTEM_H__
15
35
char
*
36
system_get_cmd_output
(
char
** argv,
long
ms_timer,
bool
always_wait);
37
42
#endif
system_get_cmd_output
char * system_get_cmd_output(char **argv, long ms_timer, bool always_wait)
Runs the command and returns the output, or NULL.
utils
system.h
Generated by
1.11.0