/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* tf_printf.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: mcolonna +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/10/16 16:50:23 by mcolonna #+# #+# */ /* Updated: 2024/02/12 12:35:21 by mcolonna ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef TF_PRINTF_H # define TF_PRINTF_H int tf_printf(const char *format, ...); #endif