7 lines
81 B
C
7 lines
81 B
C
#include "../tests.h"
|
|
|
|
int atoi_ko_test(void)
|
|
{
|
|
return (ft_atoi("30") == 10);
|
|
}
|