✏️」 norm: normed project.

This commit is contained in:
2024-07-18 18:23:50 +02:00
parent 917cfa063a
commit 35e07cad6e
2 changed files with 1 additions and 80 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/25 12:20:26 by adjoly #+# #+# */
/* Updated: 2024/07/15 17:05:47 by mmoussou ### ########.fr */
/* Updated: 2024/07/18 18:23:14 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -128,13 +128,4 @@ char *env_var_replace(char *readline, t_env *env);
size_t get_size_with_env(char *readline, t_env *env);
size_t strlen_till_notalnum(char *s);
/*
* ONLY FOR DEBUG TO BE REMOVED
*/
void print_quote_type(t_quote type);
void print_redir_sign(t_redir_sign redir_sign);
void print_token(t_token *token);
void print_redir(t_redirection *redir);
void print_cmd(t_cmd *cmd);
#endif