/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* itoa.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/08/03 21:05:46 by maiboyer #+# #+# */ /* Updated: 2023/12/09 16:48:37 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef ITOA_H # define ITOA_H # include "me/types.h" t_str me_itoa(t_i32 nb); #endif