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

Functions

char ** expand_tildes_tokens (t_garbage *garbage, char **tokens)
 Expands all the tildes found in array with HOME.