piscine/c01/ex01/ft_ultimate_ft.c
Willem Haffmans 607ce08c18 all
2024-09-10 00:18:01 +02:00

17 lines
954 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ultimate_ft.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: whaffman <whaffman@student.codam.nl> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/05 15:53:38 by whaffman #+# #+# */
/* Updated: 2024/06/05 16:07:57 by whaffman ### ########.fr */
/* */
/* ************************************************************************** */
void ft_ultimate_ft(int *********nbr)
{
*********nbr = 42;
}