Add atoi tests

This commit is contained in:
2026-01-24 17:06:45 +01:00
parent 6e652d3b24
commit 2f039c273c
10 changed files with 75 additions and 11 deletions

View File

@@ -67,7 +67,8 @@ int launch_tests(t_unit_test *test_list,
const char *fn_name);
// LAUNCHERS
int strlen_launcher(void);
int libunit_launcher(void);
int strlen_launcher(void);
int libunit_launcher(void);
int atoi_launcher(void);
#endif // !UTIL_UNIT_H