42/d03/ex01/ft_ultimate_ft.c
2016-11-20 02:20:23 +02:00

16 lines
955 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ultimate_ft.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: gtertysh <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/10/28 09:49:54 by gtertysh #+# #+# */
/* Updated: 2016/10/28 19:17:24 by gtertysh ### ########.fr */
/* */
/* ************************************************************************** */
void ft_ultimate_ft(int *********nbr)
{
*********nbr = 42;
}