Merge branch 'feat/r1'
This commit is contained in:
20
real_tests/main.c
Normal file
20
real_tests/main.c
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user