Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 390 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 390 Bytes

Libft

Your very first own library

  • This project is your 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.
  • This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.