libft is a C library that I created to implement various fundamental functions commonly used in C programming.
Find a file
2025-05-31 19:38:46 +02:00
benchmarks/libs feat: added tests 2025-05-31 19:34:20 +02:00
hdrs feat: added new functions and incomplete functions 2025-05-31 19:37:51 +02:00
srcs fix: wrong folder, put in root 2025-05-31 19:38:46 +02:00
tests feat: added tests 2025-05-31 19:34:20 +02:00
.gitignore chore: added .gitignore 2025-05-05 18:23:44 +02:00
.gitmodules feat: added tests 2025-05-31 19:34:20 +02:00
LICENSE.md docs: added LICENSE.md 2025-05-05 18:20:51 +02:00
Makefile feat: added tests 2025-05-31 19:34:20 +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.