Skip to content

almayor/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

This project is part of the official curriculum at School 42.

Disclaimer

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.

Overview

  • 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 and libft.h in future projects
  • This project has been tested with Moulitest.

Acknowledgements

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.