aboutsummaryrefslogtreecommitdiff
path: root/ft_lstadd.c
blob: 549b6704a30019d6bc623d0f67651c3abf59805a (plain)
1
2
3
4
5
6
#include "libft.h"

void ft_lstadd(t_list **alst, t_list *new)
{

}