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

System utils. More...

#include <stdbool.h>
Include dependency graph for system.h:

Go to the source code of this file.

Functions

int system_run_cmd (const char *cmd, long ms_timer)
 Runs the given command in the background, waits for it to finish and returns its exit code.
 
char * system_get_cmd_output (char **argv, long ms_timer, bool always_wait)
 Runs the command and returns the output, or NULL.
 
int system_run_cmd_w_args (const char **args, int ms_to_wait, char **out_stdout, char **out_stderr, bool warn_if_fail)
 Runs the given command in the background, waits for it to finish and returns its exit code.
 

Detailed Description

System utils.

Definition in file system.h.