17 lines
954 B
C
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;
|
|
}
|