Files
42_INT_01_libft/srcs/bonus/ft_lstlast.c
2019-11-20 16:40:00 +01:00

14 lines
911 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstlast.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/11/20 15:13:43 by hulamy #+# #+# */
/* Updated: 2019/11/20 15:13:58 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"