✏️」 norm: normed project.

This commit is contained in:
2024-07-14 15:52:11 +02:00
parent ac7684f45d
commit 416557debd
2 changed files with 3 additions and 4 deletions

View File

@ -6,13 +6,12 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */ /* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/25 15:06:15 by adjoly #+# #+# */ /* Created: 2024/05/25 15:06:15 by adjoly #+# #+# */
/* Updated: 2024/07/14 15:20:08 by adjoly ### ########.fr */ /* Updated: 2024/07/14 15:52:04 by adjoly ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#include "tokenizer.h" #include "tokenizer.h"
#include <stdio.h>
t_redirection *__to_redir(char *redir_s) t_redirection *__to_redir(char *redir_s)
{ {
t_redirection *redir; t_redirection *redir;

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */ /* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/14 13:52:08 by adjoly #+# #+# */ /* Created: 2024/07/14 13:52:08 by adjoly #+# #+# */
/* Updated: 2024/07/14 14:25:27 by adjoly ### ########.fr */ /* Updated: 2024/07/14 15:51:51 by adjoly ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -15,7 +15,7 @@
size_t ft_arrlen(char **a) size_t ft_arrlen(char **a)
{ {
char **tmp; char **tmp;
tmp = a; tmp = a;
while (*tmp) while (*tmp)
tmp++; tmp++;