FEAT: atoi and strncmp tests
This commit is contained in:
18
real_tests/ft_atoi/03_int_min.c
Normal file
18
real_tests/ft_atoi/03_int_min.c
Normal file
@@ -0,0 +1,18 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* 03_sigsegv.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: dgaillet <dgaillet@student.42lyon.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/01/24 17:23:10 by dgaillet #+# #+# */
|
||||
/* Updated: 2026/01/24 17:23:11 by dgaillet ### ########lyon.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../tests.h"
|
||||
|
||||
int atoi_int_min_test(void)
|
||||
{
|
||||
return (ft_atoi("-2147483648") == -2147483648);
|
||||
}
|
||||
Reference in New Issue
Block a user