Update Ex4
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
/* By: lclerel- <lclerel-@learner.42.tech> +#+ +:+ +#+ */
|
/* By: lclerel- <lclerel-@learner.42.tech> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2026/03/13 14:01:47 by lclerel- #+# #+# */
|
/* Created: 2026/03/13 14:01:47 by lclerel- #+# #+# */
|
||||||
/* Updated: 2026/03/16 13:28:42 by lclerel- ### ########.fr */
|
/* Updated: 2026/03/16 14:00:35 by lclerel- ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ int ft_is_sort(int *tab, int length, int (*f)(int, int))
|
|||||||
return (cs || ds);
|
return (cs || ds);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ft_putnbr(int nb)
|
/*void ft_putnbr(int nb)
|
||||||
{
|
{
|
||||||
char value;
|
char value;
|
||||||
|
|
||||||
@@ -101,4 +101,4 @@ int main(void)
|
|||||||
else
|
else
|
||||||
write(1, "Not ok (Pas trié)\n", 19);
|
write(1, "Not ok (Pas trié)\n", 19);
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}*/
|
||||||
|
|||||||
Reference in New Issue
Block a user