FIX: Norminette OK

This commit is contained in:
2026-01-25 12:06:54 +01:00
parent dd11abe7bb
commit e2855ab2e7
6 changed files with 41 additions and 69 deletions

View File

@@ -1,3 +1,15 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 00_launcher.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: dgaillet <dgaillet@student.42lyon.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/01/25 12:05:05 by dgaillet #+# #+# */
/* Updated: 2026/01/25 12:05:17 by dgaillet ### ########lyon.fr */
/* */
/* ************************************************************************** */
#include "../tests.h"
int strncmp_launcher(void)
@@ -11,5 +23,4 @@ int strncmp_launcher(void)
res = launch_tests(testlist, "ft_strncmp");
clear_tests(&testlist);
return (res);
}