/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* rb_insert.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/08/23 00:52:57 by jhalford #+# #+# */ /* Updated: 2016/08/23 19:09:40 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ void rb_insert( struct s_rb_node **root, void *data, int (*cmpf)(void *, void *)) { return ; }