/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/11/06 11:14:57 by rparodi #+# #+# */ /* Updated: 2024/10/31 15:09:36 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef LIBFT_H # define LIBFT_H #include "char.h" #include "convert.h" #include "list.h" #include "print.h" #include "str.h" #endif