7 lines
95 B
C
7 lines
95 B
C
#include "../tests.h"
|
|
|
|
int atoi_sigbus_test(void)
|
|
{
|
|
return (ft_atoi((void *) -2147483648));
|
|
}
|