/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_croissant.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: narnaud +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/03/25 09:14:45 by narnaud #+# #+# */ /* Updated: 2022/03/25 09:15:32 by narnaud ### ########.fr */ /* */ /* ************************************************************************** */ #include "../libft.h" int ft_croissant(int a, int b) { return (a <= b); }