Commit graph

13 commits

Author SHA1 Message Date
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
Raphael
6255f5e0a3
style(test/char): adding the last '\n'
- For the last return line
2025-09-05 11:36:07 +02:00
Raphael
1e717b0743
fix(test/char): fixing typo on the error message 2025-09-05 10:56:53 +02:00
Raphael
453b4d3b92
feat(test/char): adding the unitary test for ft_tolower
- toupper now have the test
2025-09-05 10:49:19 +02:00
Raphael
a7b156aaa6
feat(test/char): adding the unitary test for ft_tolower
- tolower now have the test
2025-09-05 10:49:07 +02:00
Raphael
764097af73
feat(test/char): adding the unitary test for ft_isprint
- isprint have now the unitary test
2025-09-05 10:48:48 +02:00
Raphael
0282b52326
feat(test/char): adding the test for ft_isascii
- isascii now is checked by the unitary test
2025-09-05 10:47:44 +02:00
Raphael
ad0f9d001e
feat(test/char): adding the first char tests 2025-09-04 18:53:33 +02:00