Minishell
 
Loading...
Searching...
No Matches
lexer.c File Reference
#include "garbage.h"
#include "libft.h"
#include "minishell.h"
#include <stdlib.h>
Include dependency graph for lexer.c:

Functions

char ** lexer (t_garbage *garbage, const char *line)
 Create tokens (small chunks) a line with the quotes and operators.