| Roadmap and learning resources |
|---|
| ๐ Roadmap |
| ๐ Dive Into Systems: 1. By the C, the Beautiful C |
| ๐ Dive Into Systems: 2. A Deeper Dive into C Programming |
To run the tests, clone the repository and run make:
git clone https://github.com/yarxna/notlibft
cd notlibft
makeThe binary with the tests will be created in the build directory, while the library will be created in the lib directory. You can then link it to your projects or just run the tests.
Note
For Windows ~ please note this requires WSL to run the Makefile, or MinGW/Cygwin (with minor adjustments).
To run the tests, execute the notlibft binary in the build directory:
This project is a personal learning exercise. At the end, I'll try to comment the code as much as possible.
Contributions are not accepted, but feel free to advise me on how to improve it and correct any mistakes I might have made! ๐ธ

