ft_atoi()
This commit is contained in:
parent
3043d38bf0
commit
fc301f82aa
3 changed files with 90 additions and 2 deletions
6
ft_atoi_expected.output
Normal file
6
ft_atoi_expected.output
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue