7 lines
82 B
C
7 lines
82 B
C
#include "../tests.h"
|
|
|
|
int atoi_null_test(void)
|
|
{
|
|
return (ft_atoi(NULL) == 0);
|
|
}
|