-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibft.h
More file actions
27 lines (23 loc) · 1.14 KB
/
libft.h
File metadata and controls
27 lines (23 loc) · 1.14 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
27
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: ecarvalh <ecarvalh@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/08/26 18:36:07 by ecarvalh #+# #+# */
/* Updated: 2024/03/05 20:40:43 by ecarvalh ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef LIBFT_H
# define LIBFT_H
# include <stdlib.h>
# include <unistd.h>
# include <stdarg.h>
# include "include/stdlib.h"
# include "include/ctype.h"
# include "include/stdio.h"
# include "include/string.h"
# include "include/list.h"
# include "include/printf.h"
#endif