Libft
 
Loading...
Searching...
No Matches
ft_lstnew_bonus.c File Reference
#include "libft.h"
#include <stdlib.h>
Include dependency graph for ft_lstnew_bonus.c:

Functions

t_listft_lstnew (void *content)
 Allocate (with malloc(3)) and return a new element. The variable member 'content' is initialized with the value of the parameter 'content'. The variable 'next' is initialized to NULL.