Minishell
 
Loading...
Searching...
No Matches
parsing.h File Reference
#include "libft.h"
#include "garbage.h"
#include <stddef.h>
Include dependency graph for parsing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char ** ft_split_charset (const char *s, char *charset)
 
char * fill_string (char *result, char *temp)
 
char * handle_expand (t_data *data, char *str)
 
char * setup_string (t_data *data, char *str)
 
char ** expand_tildes_tokens (t_garbage *garbage, char **tokens)
 Expands all the tildes found in array with HOME.
 
size_t ft_strlen_charset (const char *str, const char *charset)
 
t_bool is_dollar (char *str)
 
t_bool detect_quote (const char *str)
 
size_t ft_strlen_choose_c (const char *str, char c)