feat: added configuration and USE_SLIST
This commit is contained in:
parent
14adc54215
commit
721a840908
16 changed files with 57 additions and 9 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#if USE_SLIST
|
||||
#include "libft.h"
|
||||
|
||||
int ft_slist_empty(t_slist *lst)
|
||||
{
|
||||
return (lst == NULL);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue