-
Notifications
You must be signed in to change notification settings - Fork 0
/
libft.h
27 lines (24 loc) · 1.11 KB
/
libft.h
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
27
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: scambier <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/06 14:27:27 by scambier #+# #+# */
/* Updated: 2024/03/09 18:41:06 by scambier ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef LIBFT_H
# define LIBFT_H
# include "mem.h"
# include "char.h"
# include "str.h"
# include "stream.h"
# include "lst.h"
# include "ftmath.h"
# include "ft_printf.h"
# include "bst.h"
# include "bit.h"
# include "strbuilder.h"
#endif