|
Libft
42 Libft library documentation
|
Libft is a custom C library developed for the 42 curriculum. It provides a clean set of standard-like helpers for strings, memory, files, and linked lists.
Build the project with:
This produces:
libft.alibft.dylib on macOSlibft.so on LinuxUseful targets:
The project documentation is generated with Doxygen. The local HTML output is written to docs/html/index.html.
GitHub Pages: https://raphystoll.github.io/Libft/
Include the public header in your project:
Then compile and link against the library file that matches your platform.