/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* id.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/03/20 12:20:59 by jhalford #+# #+# */ /* Updated: 2017/03/20 12:21:01 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #include "libft.h" void *id(void *data) { return (data); }