input checker

This commit is contained in:
2026-01-08 12:58:15 +00:00
parent 9bc53094a9
commit 4cb2fd3244
5 changed files with 63 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ INSERTION = insertion.c
FLAGS_FILES = algorithms_sort.c flag.c
PARSING = ft_atoi.c parsing.c ft_strncmp.c ft_split.c ft_strlen.c ft_substr.c
PARSING = ft_atoi.c parsing.c ft_strncmp.c ft_split.c ft_strlen.c ft_substr.c checker.c
STACK_UTILS = push.c rev_rotate.c rotate.c stack_add.c stack_remove.c stacks_len.c swap.c print_stacks.c