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:54:17 +02:00
hdrs feat: added new functions and incomplete functions 2025-05-31 19:37:51 +02:00
srcs feat: added more lst functionality 2025-05-31 19:48:39 +02:00
tests feat: added tests for lst 2025-05-31 19:54:17 +02:00
.gitignore chore: added .gitignore 2025-05-05 18:23:44 +02:00
.gitmodules fix: removed benchmarks folder, not needed 2025-05-31 19:39:27 +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.