execvpe
extern int execvpe(const char *file, char *const argv[],
execvpe(path, argv, envp != NULL ? envp : environ);
return execvpe(file, argv, environ);