diff --git a/ex0/ft_foreach.c b/ex0/ft_foreach.c index 4e11661..d602f7b 100644 --- a/ex0/ft_foreach.c +++ b/ex0/ft_foreach.c @@ -6,7 +6,7 @@ /* By: lclerel- +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/12 09:38:54 by lclerel- #+# #+# */ -/* Updated: 2026/03/12 11:26:41 by lclerel- ### ########.fr */ +/* Updated: 2026/03/17 11:36:19 by lclerel- ### ########.fr */ /* */ /* ************************************************************************** */ @@ -24,8 +24,8 @@ void ft_foreach(int *tab, int length, void (*f)(int)) i++; } } - -/*void ft_putnbr(int nb) +/* +void ft_putnbr(int nb) { char value; diff --git a/ex1/ft_map.c b/ex1/ft_map.c index f882063..eee26a0 100644 --- a/ex1/ft_map.c +++ b/ex1/ft_map.c @@ -6,7 +6,7 @@ /* By: lclerel- +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/12 09:41:12 by lclerel- #+# #+# */ -/* Updated: 2026/03/12 11:28:20 by lclerel- ### ########.fr */ +/* Updated: 2026/03/17 11:36:53 by lclerel- ### ########.fr */ /* */ /* ************************************************************************** */ @@ -31,8 +31,8 @@ int *ft_map(int *tab, int length, int (*f)(int)) } return (tab2); } - -/*void ft_putnbr(int nb) +/* +void ft_putnbr(int nb) { char value; diff --git a/ex2/ft_any.c b/ex2/ft_any.c index 88e8119..d0208e0 100644 --- a/ex2/ft_any.c +++ b/ex2/ft_any.c @@ -6,7 +6,7 @@ /* By: lclerel- +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/12 11:29:41 by lclerel- #+# #+# */ -/* Updated: 2026/03/12 11:50:58 by lclerel- ### ########.fr */ +/* Updated: 2026/03/17 11:37:55 by lclerel- ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/ex3/ft_count_if.c b/ex3/ft_count_if.c index 3422f4d..801b3af 100644 --- a/ex3/ft_count_if.c +++ b/ex3/ft_count_if.c @@ -6,7 +6,7 @@ /* By: lclerel- +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/12 11:54:32 by lclerel- #+# #+# */ -/* Updated: 2026/03/16 14:05:24 by lclerel- ### ########.fr */ +/* Updated: 2026/03/17 11:38:28 by lclerel- ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/ex4/ft_is_sort.c b/ex4/ft_is_sort.c index 18054c3..e97d0c5 100644 --- a/ex4/ft_is_sort.c +++ b/ex4/ft_is_sort.c @@ -6,7 +6,7 @@ /* By: lclerel- +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/13 14:01:47 by lclerel- #+# #+# */ -/* Updated: 2026/03/16 14:00:35 by lclerel- ### ########.fr */ +/* Updated: 2026/03/17 11:39:02 by lclerel- ### ########.fr */ /* */ /* ************************************************************************** */ @@ -40,7 +40,8 @@ int ft_is_sort(int *tab, int length, int (*f)(int, int)) return (cs || ds); } -/*void ft_putnbr(int nb) +/* +void ft_putnbr(int nb) { char value;