Commit graph

12 commits

Author SHA1 Message Date
Raphael
c9bfd81d83 build(convert): adding the module sub-makefile 2025-12-11 14:44:48 +01:00
Raphael
cc41df24e6 fix(convert/atou): moving the initialiation to the top 2025-11-03 14:14:32 +01:00
Raphael
94d1de557f
feat(convert/atou): adding the skip of the whitespace at the start
- Wasn't using the function isspace :).
2025-09-12 15:25:20 +02:00
Raphael
28be9d6b91
feat(convert/atou): adding the atou function
- Can be usefull when the parsing of some project (like philosophers)
2025-09-08 10:21:48 +02:00
Raphael
52b85d2dc6
docs(convert): moving the actual documentation on the header
- The documentation on the header allow u to see on the files where the
header is inclued
2025-09-05 16:29:16 +02:00
Raphael
f4cb339be7
fix(convert/atoll): atoll was now working with NULL parameters
- Now fixed by the verification before
2025-09-05 15:09:52 +02:00
Raphael
0988a2c8ab
fix(convert/atoi): atoi was now working with NULL parameters
- Now fixed by the verification before
2025-09-05 15:09:35 +02:00
Raphael
a779c1040e
refactor(convert): normed the convert functions
- Norme was not passed after the modification but corrected now
2025-09-04 11:49:07 +02:00
Raphael
905ffd4b72
refactor: only the usefull header
- Removing all 'libft.h' mention
- Using the include only on the files needed by
2025-09-01 18:45:33 +02:00
Raphael
e1d33272f7 Adding printf & strcpy 2024-10-31 16:17:02 +01:00
Raphael
5a68f60c5d docs: Adding the char/ and convert/ documentation folder 2024-10-31 14:51:47 +01:00
Raphael
a5fe7484a1 style: reoarginsed the file and fix the makefile 2024-10-31 12:41:17 +01:00