/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libftprintf.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/11/17 16:50:36 by adjoly #+# #+# */ /* Updated: 2023/11/17 16:57:31 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef LIBFTPRINTF_H # define LIBFTPRINTF_H # include # include int ft_printf(const char *format, ...); #endif