-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibft.h
21 lines (18 loc) · 1.04 KB
/
libft.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: cviegas <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/12/03 20:25:20 by cviegas #+# #+# */
/* Updated: 2023/12/15 22:59:31 by cviegas ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef LIBFT_H
# define LIBFT_H
# include "gnl/get_next_line.h"
# include "libft/first_libft.h"
# include "minmax/ft_min_max.h"
# include "printfd/ft_printfd.h"
#endif