-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibftprintfgnl.h
21 lines (17 loc) · 1.03 KB
/
libftprintfgnl.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libftprintfgnl.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: unite <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/05/10 22:02:07 by unite #+# #+# */
/* Updated: 2020/07/16 05:13:18 by unite ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef LIBFTPRINTFGNL_H
# define LIBFTPRINTFGNL_H
# include "libft/libft.h"
# include "get_next_line/get_next_line.h"
# include "ft_printf/ft_printf.h"
#endif