/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* 01_ok.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dgaillet +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/24 17:22:48 by dgaillet #+# #+# */ /* Updated: 2026/01/24 17:22:51 by dgaillet ### ########lyon.fr */ /* */ /* ************************************************************************** */ #include "../tests.h" #include "libft.h" int atoi_basic_test(void) { return (ft_atoi("42") == 42); }