-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathft_lstnew.c
More file actions
13 lines (12 loc) · 911 Bytes
/
ft_lstnew.c
File metadata and controls
13 lines (12 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstnew.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: fsanz-ex <fsanz-ex@student.42madrid.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/05/09 19:50:41 by fsanz-ex #+# #+# */
/* Updated: 2023/05/11 14:48:02 by fsanz-ex ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"