/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_add.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/08/08 15:18:59 by jhalford #+# #+# */ /* Updated: 2016/08/13 16:27:05 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #include int ft_div(int a, int b) { return (a / b); }