char ** get_paths(char **envp)
Create a null-terminated, unique array of paths from the environment pointer envp....
int dispatcher(int n, char ***str_arrs, int *in_out)
Dispatch n child processes with argument strings str_arrs[1][i], environment pointer str_arrs[2],...