Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 335 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 335 Bytes

42_1st_circle

Common Core - 1st circle of 42 School

First projects of Common Core of Ecole 42

  • FT_PRINTF : recreate the printf function with some of the flags. Helps to understand the variadic functions in C

  • GET_NEXT_LINE : A function which returns a line read from a fd. Helps to understand the concept of static variable in C