#include #include "libft.h" void ft_putendl(char const *s) { ft_putstr(s); ft_putchar('\n'); }