Minishell
 
Loading...
Searching...
No Matches
ft_which.c File Reference
#include "libft.h"
#include "minishell.h"
#include "ft_printf.h"
#include <stddef.h>
Include dependency graph for ft_which.c:

Functions

int ft_which (t_data *data, char **tokens)
 Says if the command are built-in commands or not.