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

1
main.c
View File

@@ -16,4 +16,5 @@ int main(void)
{
libunit_launcher();
strlen_launcher();
atoi_launcher();
}