Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 808 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 808 Bytes

Libft

Final grade: 125%

This project is a very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

NOTICE

42 Project must be written in accordance with the 42 school norm, otherwise the grade is 0:

  • Declarations must be at the beginning of a function
  • Declaration and an initialisation cannot be on the same line
  • Each function cannot have more than 25 lines of code
  • You can only use allowed functions
  • ...

English: https://github.com/42School/norminette/blob/master/pdf/en.norm.pdf
Japanese: https://github.com/42School/norminette/blob/master/pdf/ja.norm.pdf