adding the flags

This commit is contained in:
Maoake Teriierooiterai
2026-01-07 13:13:30 +01:00
parent 0d9b46c748
commit 93e8c10b27
8 changed files with 134 additions and 1 deletions

View File

@@ -16,5 +16,6 @@
int ft_atoi(const char *nptr);
t_stacks *init_big_stacks2(int *tab, int len);
t_stacks *init_big_stacks(int argc, char **argv);
int ft_strncmp(const char *s1, const char *s2, int n);
#endif