-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibft.h
More file actions
26 lines (24 loc) · 1.24 KB
/
libft.h
File metadata and controls
26 lines (24 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: sgarigli <sgarigli@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/11 15:17:48 by sgarigli #+# #+# */
/* Updated: 2024/04/23 10:31:56 by sgarigli ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef LIBFT_H
# define LIBFT_H
# include "ft_conv/ft_conversion.h"
# include "ft_fd/ft_fd.h"
# include "ft_is/ft_is.h"
# include "ft_list/ft_list.h"
# include "ft_mem/ft_mem.h"
# include "ft_string_utils/ft_string_utils.h"
# include "ft_utils/ft_utils.h"
# include "ft_printf/ft_printf.h"
# include "get_next_line/get_next_line.h"
# include "ft_nbr_utils/ft_nbr_utils.h"
#endif