/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_add.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/08/08 15:18:59 by jhalford #+# #+# */ /* Updated: 2016/08/08 15:19:24 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ int ft_sub(int a, int b) { return (a - b); }