/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_htdelone_key.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/30 09:45:11 by cacharle #+# #+# */ /* Updated: 2020/01/30 09:46:42 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include "libft.h" void ft_htdelone_key(t_ftht *ht, char *key) { ft_htdelone(ht, key, ft_inter_htdelcontent_key); }