libft is a C library that I created to implement various fundamental functions commonly used in C programming.
Find a file
2025-05-11 19:22:53 +02:00
hdrs feat: added ft_strcmp.c 2025-05-05 19:14:45 +02:00
srcs feat: added ft_putchar 2025-05-11 19:22:53 +02:00
.gitignore chore: added .gitignore 2025-05-05 18:23:44 +02:00
LICENSE.md docs: added LICENSE.md 2025-05-05 18:20:51 +02:00
Makefile chore: added Makefile 2025-05-05 18:24:27 +02:00
README.md fix: bold instead of italic 2025-05-05 18:25:58 +02:00

libft

libft is a C library that I created to implement various fundamental functions commonly used in C programming.