Commit graph

7 commits

Author SHA1 Message Date
Raphael
faf72b5895
refactor(test/convert): norming the test of itoa 2025-09-17 16:46:13 +02:00
Raphael
1266f5d7e8
feat(convert/atou): adding the atou function
- without management of simbole (because useless)
2025-09-08 10:23:59 +02:00
Raphael
198f56177b
test(convert): adding test for itoa
- adding test with 13 7 for the captain of the 7th divison of the gotei
13 (it's me btw)
2025-09-08 10:23:24 +02:00
Raphael
904fafc3f4
test(convert): adding test for atoll
- adding test with whitespace before
2025-09-08 10:22:49 +02:00
Raphael
74188a547f
test(convert): adding test for atoi
- adding test with whitespace before
2025-09-08 10:22:41 +02:00
Raphael
0bb6d77dbb
style(test/convert): normed the itoa tabs 2025-09-05 16:31:19 +02:00
Raphael
18f174b2a2
test(convert): adding test to convert
- adding test for atoi / atoll / itoa
- Maybe a futur update to test atost (array to size_t)
2025-09-05 15:12:40 +02:00