-
Notifications
You must be signed in to change notification settings - Fork 0
/
ft_ft.c
16 lines (15 loc) · 929 Bytes
/
ft_ft.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ft.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: nkuzminy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/07/19 12:50:46 by nkuzminy #+# #+# */
/* Updated: 2022/07/19 14:05:31 by nkuzminy ### ########.fr */
/* */
/* ************************************************************************** */
void ft_ft(int *nbr)
{
*nbr = 42;
}