norm
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lderidde <lderidde@student.s19.be> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/07 10:21:00 by lderidde #+# #+# */
|
||||
/* Updated: 2025/02/10 10:40:51 by lderidde ### ########.fr */
|
||||
/* Updated: 2025/02/11 15:32:08 by lderidde ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -17,11 +17,18 @@
|
||||
# include <sys/types.h>
|
||||
# include <dirent.h>
|
||||
|
||||
int in_dquote(char *str, char *ch);
|
||||
int in_squote(char *str, char *ch);
|
||||
int expand_var(t_ast_n *node, int j);
|
||||
int expand_tilde(t_ast_n *node, int j);
|
||||
int expand_star(t_ast_n *node, int j);
|
||||
t_ast_n *expand_node(t_ast_n *node);
|
||||
int in_dquote(char *str, char *ch);
|
||||
int in_squote(char *str, char *ch);
|
||||
int expand_var(t_ast_n *node, int j);
|
||||
int expand_tilde(t_ast_n *node, int j);
|
||||
int expand_star(t_ast_n *node, int j);
|
||||
t_ast_n *expand_node(t_ast_n *node);
|
||||
|
||||
//UTILS
|
||||
bool ft_fnmatch(const char *str, const char *pat);
|
||||
int in_squote(char *str, char *ch);
|
||||
int in_dquote(char *str, char *ch);
|
||||
int is_exvalidchar(char c);
|
||||
int exvalid_next(char c);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user