42-archive/42-piscine-c/d03/ex01/ft_ultimate_ft.c
2016-08-25 20:50:28 +02:00

17 lines
964 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ultimate_ft.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/08/03 16:10:31 by jhalford #+# #+# */
/* Updated: 2016/08/03 17:59:39 by jhalford ### ########.fr */
/* */
/* ************************************************************************** */
void ft_ultimate_ft(int *********nbr)
{
*********nbr = 42;
return ;
}