21 #ifndef __EDELIB_RUN_H__ 22 #define __EDELIB_RUN_H__ 24 #include "edelib-global.h" 49 EDELIB_API
int run_sync(
const char *fmt, ...);
54 EDELIB_API
int run_async(
const char *fmt, ...);
given parameter is NULL
Definition: Run.h:30
internal fork failed
Definition: Run.h:32
not enough permissions to execute it
Definition: Run.h:36
int run_async_with_pid(int *child_pid, const char *fmt,...)
internal waitpid failed
Definition: Run.h:33
given parameter is not executable on system
Definition: Run.h:31
int run_sync(const char *fmt,...)
executable not found
Definition: Run.h:29
int run_async(const char *fmt,...)
internal pipe failed
Definition: Run.h:35
internal execve failed
Definition: Run.h:34