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