#include "builtins.h"#include "garbage.h"#include "libft.h"#include "minishell.h"#include "exec.h"#include <errno.h>#include <stdio.h>#include <sys/wait.h>
Functions | |
| int | not_builtins (t_data *data, t_command *command, char **tokens) |
| Executes commands that are not builtins. | |
| int | execve_fork (t_data *data, char *path, char **toks, char **envp) |