/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_containers.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/01 10:09:01 by cacharle #+# #+# */ /* Updated: 2020/02/01 10:09:50 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef FT_CONTAINERS_HPP # define FT_CONTAINERS_HPP # include # include "List.hpp" void test_list_base(); #endif