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