Minishell
 
Loading...
Searching...
No Matches
search_command.c File Reference
#include "builtins.h"
#include "minishell.h"
Include dependency graph for search_command.c:

Functions

int search_command (t_data *data, t_command *command, char **tokens)
 Search if command is a builtin or not.