From 3086fc662802db86395f439b9ab4ebc44358b5fa Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 3 Jul 2019 18:19:13 +0200 Subject: c01 --- c01/ex01/ft_ultimate_ft.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 c01/ex01/ft_ultimate_ft.c (limited to 'c01/ex01') diff --git a/c01/ex01/ft_ultimate_ft.c b/c01/ex01/ft_ultimate_ft.c new file mode 100644 index 0000000..0eb707a --- /dev/null +++ b/c01/ex01/ft_ultimate_ft.c @@ -0,0 +1,16 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_ultimate_ft.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2019/07/03 17:46:26 by cacharle #+# #+# */ +/* Updated: 2019/07/03 18:16:32 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + +void ft_ultimate_ft(int *********nbr) +{ + *********nbr = 42; +} -- cgit