Merge branch 'feat/r1'

This commit is contained in:
2026-01-25 12:00:09 +01:00
24 changed files with 236 additions and 143 deletions

20
real_tests/main.c Normal file
View File

@@ -0,0 +1,20 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: elagouch <elagouch@student.42lyon.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/01/24 18:53:18 by elagouch #+# #+# */
/* Updated: 2026/01/24 18:53:18 by elagouch ### ########.fr */
/* */
/* ************************************************************************** */
#include "tests.h"
int main(void)
{
strlen_launcher();
atoi_launcher();
strncmp_launcher();
}