19 lines
1011 B
C
19 lines
1011 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* format_private.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2023/03/28 15:44:59 by cchauvet #+# #+# */
|
|
/* Updated: 2023/03/28 15:45:00 by cchauvet ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef FORMAT_PRIVATE_H
|
|
# define FORMAT_PRIVATE_H
|
|
# include "../libftx/libftx.h"
|
|
# include "../utils/utils.h"
|
|
|
|
#endif
|