libft is a C library that I created to implement various fundamental functions commonly used in C programming.
Find a file
2025-05-05 18:24:21 +02:00
hdrs feat: initial version 2025-05-05 18:24:21 +02:00
srcs feat: initial version 2025-05-05 18:24:21 +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
README.md chore: added README.md 2025-05-05 18:21:50 +02:00

libft

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