Piscine42/C01/ex00/ft_ft.c
2023-12-12 17:25:55 +01:00

17 lines
929 B
C
Executable File

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ft.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: fgras-ca <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/12/03 18:27:18 by fgras-ca #+# #+# */
/* Updated: 2022/12/05 15:43:03 by fgras-ca ### ########.fr */
/* */
/* ************************************************************************** */
void ft_ft(int *nbr)
{
*nbr = 42;
}