#include "../tests.h" int atoi_null_test(void) { return (ft_atoi(NULL) == 0); }