/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_add.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/08/08 15:18:59 by jhalford #+# #+# */ /* Updated: 2016/08/12 11:46:03 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #include int ft_mod(int a, int b) { return (a % b); }