libft is a C library that I created to implement various fundamental functions commonly used in C programming.
Find a file
2025-05-31 20:17:01 +02:00
hdrs fix: lst -> slist 2025-05-31 20:17:01 +02:00
srcs fix: lst -> slist 2025-05-31 20:17:01 +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 fix: lst -> slist 2025-05-31 20:17:01 +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.