#include "../tests.h" #include "libft.h" int atoi_ok_test(void) { return (ft_atoi("10") == 10); }