#include [...] int rc; char *args[] = { "/bin/touch", "--", "/home/hugo/foo", 0 }; rc = gateg_safe_run_command(args); if (rc == -1) exit(1);