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