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