Minishell
 
Loading...
Searching...
No Matches
exec_extern.c File Reference
#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>
Include dependency graph for exec_extern.c:

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)