int daemon_exec(const char *dir, int *ret, const char *prog,...) DAEMON_GCC_SENTINEL
Run the specified executable with the specified arguments in the specified directory and return the r...
int daemon_execv(const char *dir, int *ret, const char *prog, va_list ap)
The same as daemon_exec, but without variadic arguments.