|
|
9492262e6b
|
feat: add ft_tolower function
also change header comments
|
2025-10-08 10:05:51 +02:00 |
|
|
|
b4d1a32d65
|
feat: add ft_toupper function
|
2025-10-05 22:00:14 +02:00 |
|
|
|
3e543ced2f
|
feat: add ft_strlcpy function
|
2025-10-04 16:29:07 +02:00 |
|
|
|
b88037b15a
|
feat: add ft_memmove function
memmove:
if the src pointer is higher than the dst pointer,
the function copies each caracter backwards.
|
2025-10-04 14:43:15 +02:00 |
|
|
|
bfbee5b3a9
|
feat: add ft_memcpy function
|
2025-09-30 19:48:32 +02:00 |
|
|
|
63d4127817
|
feat: add ft_bzero function
|
2025-09-30 19:33:39 +02:00 |
|
|
|
738c3edf62
|
feat: add ft_memset function
|
2025-09-30 19:28:10 +02:00 |
|
|
|
afc50a3718
|
fix: update function name
|
2025-09-30 19:01:09 +02:00 |
|
|
|
421a91d4de
|
feat: add ft_strlen function
|
2025-09-29 20:35:58 +02:00 |
|
|
|
d3b4c38ff4
|
fix: add libft include
|
2025-09-29 20:02:58 +02:00 |
|
|
|
a53f74af41
|
feat: add ft_isprint function
|
2025-09-29 20:02:40 +02:00 |
|
|
|
68e6c61de9
|
fix: const char -> int, first parameter
|
2025-09-29 19:54:07 +02:00 |
|
|
|
838baa28f4
|
feat: add comments and define macros
|
2025-09-29 19:53:19 +02:00 |
|
|
|
88e1b8e34f
|
fix: new line error ft_isascii
|
2025-09-28 21:58:31 +02:00 |
|
|
|
8187470c79
|
feat: add ft_isascii function
|
2025-09-28 21:55:55 +02:00 |
|
|
|
9aa0f4ae10
|
feat: add ft_isalnum function
|
2025-09-28 21:50:39 +02:00 |
|
|
|
ea3a893cc8
|
feat: return directly the statement
|
2025-09-28 21:48:52 +02:00 |
|
|
|
bbd0e4a3a1
|
feat: add ft_isdigit function and header
|
2025-09-28 21:39:29 +02:00 |
|
|
|
6d9c4a904e
|
fix: replace < > to <= >=
|
2025-09-28 21:34:41 +02:00 |
|
|
|
f0af8e2225
|
feat: add ft_isalpha function
|
2025-09-28 21:27:50 +02:00 |
|
|
|
60a2281dd2
|
feat: add github actions
|
2025-09-28 20:45:55 +02:00 |
|
|
|
ba8dda071e
|
feat: add fclean and re target
|
2025-09-28 20:28:01 +02:00 |
|
|
|
c9994362f7
|
feat: init readme
|
2025-09-28 20:27:40 +02:00 |
|
|
|
4968e2e29e
|
feat: init makefile and ignore all .pdf files
|
2025-09-28 19:56:32 +02:00 |
|
Loïc GUEZO
|
5375f5e373
|
Initial commit
|
2025-09-28 18:41:33 +02:00 |
|