FIX: ft_atoi names + strncmp test WIP

This commit is contained in:
2026-01-25 11:43:18 +01:00
parent 2f039c273c
commit 16b6a0c665
6 changed files with 62 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 04_sigbus.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: dgaillet <dgaillet@student.42lyon.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/01/24 17:23:23 by dgaillet #+# #+# */
/* Updated: 2026/01/24 17:23:24 by dgaillet ### ########lyon.fr */
/* */
/* ************************************************************************** */
#include "../tests.h"
int atoi_sigbus_test(void)