#include "libft.h" int ft_lstempty(t_list *lst) { return (lst == NULL); }