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:36:07 +02:00
benchmarks/libs feat: added tests 2025-05-31 19:34:20 +02:00
hdrs feat: added string struct in libft.h 2025-05-11 19:24:24 +02:00
srcs feat: added lst structure 2025-05-31 19:36:07 +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.