This project is part of the official curriculum at School 42.
In School 42, almost every project must be written to comply with. coding standard (also known as the "Norm"). As a result, the implementation of certain parts may appear strange.
- Official instructions
- Code documentation
- The task is to recreate various functions from the standard C library, as well as to implement additional useful functions.
- The project is consistent with the Norme, the code standard accepted at School 42.
- Use
make
to compile the library andlibft.h
in future projects - This project has been tested with Moulitest.
My thanks go to yyang42 for making Moulitest freely available online, to the entire team behind School 42 and its Moscow branch, to my fellow students for fruitful discussions, as well as to creators and maintainers of Doxygen.