From: Christopher Uhlig Date: Mon, 5 Aug 2024 11:47:00 +0000 (+0200) Subject: fixed norm stuff X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=243d01380b6cf295a540c37bc83f2e669fbc09ea;p=42%2Fminishell.git fixed norm stuff --- diff --git a/src/tokenizer.c b/src/tokenizer.c index 4babe52..5bef39b 100644 --- a/src/tokenizer.c +++ b/src/tokenizer.c @@ -6,7 +6,7 @@ /* By: chuhlig +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/28 20:55:50 by chuhlig #+# #+# */ -/* Updated: 2024/08/05 13:45:55 by chuhlig ### ########.fr */ +/* Updated: 2024/08/05 13:46:42 by chuhlig ### ########.fr */ /* */ /* ************************************************************************** */ @@ -36,6 +36,7 @@ void print_token(t_token *token) } } + void conditional_print(char *string, int start_of_string, int i, t_token **token_list) {