posix_spawnp
extern int posix_spawnp(pid_t *pid, const char *file,
int status = posix_spawnp(&child, argv[0], NULL, NULL, (char**)argv, NULL);
int err = posix_spawnp(&pid, _args[0], NULL, NULL, _args, _env);