Commit graph

6 commits

Author SHA1 Message Date
Raphael
63c1dea7a2
docs(char): 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:28:33 +02:00
Raphael
7051eaf1bf
fix(char): fixing the isascii / isprint
- Correcting the behavour of is ascii to the original given by the
original function
2025-09-05 10:47:02 +02:00
Raphael
1c607fced3
refactor(char): normed the char functions
- Norme was not passed after the modification but corrected now
2025-09-04 11:48:50 +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
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
Renamed from ft_isascii.c (Browse further)