ft_atoi()

This commit is contained in:
lalgarra 2025-10-07 18:50:55 +02:00
parent 3043d38bf0
commit fc301f82aa
3 changed files with 90 additions and 2 deletions

6
ft_atoi_expected.output Normal file
View file

@ -0,0 +1,6 @@
test 1: buff:[+35], result:[35]
test 2: buff:[+-50], result:[0]
test 3: buff:[ -3], result:[-3]
test 4: buff:[
+1367442], result:[1367442]
test 5: buff:[ -+5], result:[0]