This website requires JavaScript.
Explore
Help
Sign in
rparodi
/
libft
Watch
1
Star
0
Fork
You've already forked libft
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0282b52326
libft
/
char
History
Download ZIP
Download TAR.GZ
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
..
ft_isalnum.c
fix(char/ischar): fix the work of the function
2025-09-04 18:54:19 +02:00
ft_isalpha.c
fix(char/ischar): fix the work of the function
2025-09-04 18:54:19 +02:00
ft_isascii.c
fix(char): fixing the isascii / isprint
2025-09-05 10:47:02 +02:00
ft_isdigit.c
fix(char/ischar): fix the work of the function
2025-09-04 18:54:19 +02:00
ft_isprint.c
fix(char): fixing the isascii / isprint
2025-09-05 10:47:02 +02:00
ft_tolower.c
refactor(char): normed the char functions
2025-09-04 11:48:50 +02:00
ft_toupper.c
refactor(char): normed the char functions
2025-09-04 11:48:50 +02:00