/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 01_basic.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dgaillet +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/24 17:22:48 by dgaillet #+# #+# */ /* Updated: 2026/01/25 16:33:19 by elagouch ### ########.fr */ /* */ /* ************************************************************************** */ #include "../tests.h" #include "libft.h" int atoi_basic_test(void) { return (!(ft_atoi("42") == 42)); }