#include "libft.h" t_list *ft_id(t_list *a) { return (a); }