21 lines
995 B
C
21 lines
995 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* main.c :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: elagouch <elagouch@student.42lyon.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2026/01/24 15:40:58 by elagouch #+# #+# */
|
|
/* Updated: 2026/01/24 16:15:52 by elagouch ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#include "libunit.h"
|
|
|
|
int main(void)
|
|
{
|
|
libunit_launcher();
|
|
strlen_launcher();
|
|
atoi_launcher();
|
|
}
|