libft
Loading...
Searching...
No Matches
ft_lstnew.c File Reference
#include "libft.h"

Go to the source code of this file.

Functions

t_listft_lstnew (void *content)
 Create a new node.
 

Function Documentation

◆ ft_lstnew()

t_list * ft_lstnew ( void *  content)

Create a new node.

Parameters
content
Returns
t_list*

Definition at line 15 of file ft_lstnew.c.