![]()  | 
								
									 
										tgrekov-ft_printf
									 
									
										HIVE printf Feb 2024
									 
								 | 
							
Definition in file ft_lstnew_bonus.c.
#include "libft.h"Go to the source code of this file.
Functions | |
| t_list * | ft_lstnew (void *content) | 
| Allocates a new node, set it's content, and return it's address.   | |
| t_list * ft_lstnew | ( | void * | content | ) | 
Allocates a new node, set it's content, and return it's address.
| [in] | content | Value to set the content property to | 
| t_list* | Pointer to the allocated node | 
Definition at line 29 of file ft_lstnew_bonus.c.
References s_list::content, and s_list::next.