8 lines
100 B
C
8 lines
100 B
C
#include "../tests.h"
|
|
#include <stdlib.h>
|
|
|
|
int atoi_sigsegv_test(void)
|
|
{
|
|
return (ft_atoi(NULL));
|
|
}
|