Pinned Repositories
Get-Next-Line-42
The aim of this project is to program a function that returns a line read from a file descriptor. I learned about a highly interesting concept in C programming: static variables.
Libft-42
My first project at 42 is about coding a C library. It contains a lot of general-purpose functions. The aim of the project is to create a deep understanding of the way these functions work, how to implement and learn to use them.
Mini-Talk-42
Printf-42
The aim of this project is to recode the very useful printf(). I mainly learned about using a variable number of arguments in a function.
Push-Swap-42
The aim of this project is to create a sorting algothim, with a limited set of instructions, using the lowest possible number of actions.
So-Long-42
rosafrn's Repositories
rosafrn/Mini-Talk-42
rosafrn/Get-Next-Line-42
The aim of this project is to program a function that returns a line read from a file descriptor. I learned about a highly interesting concept in C programming: static variables.
rosafrn/Libft-42
My first project at 42 is about coding a C library. It contains a lot of general-purpose functions. The aim of the project is to create a deep understanding of the way these functions work, how to implement and learn to use them.
rosafrn/Printf-42
The aim of this project is to recode the very useful printf(). I mainly learned about using a variable number of arguments in a function.
rosafrn/Push-Swap-42
The aim of this project is to create a sorting algothim, with a limited set of instructions, using the lowest possible number of actions.
rosafrn/So-Long-42