Pinned Repositories
ft_printf
This project was to re-write the well-known printf() function.
get_next_line
This project was to write a program for reading content with a buffer of given buffer size, line by line using File Descriptors.
libft
The purpose of this project is to recode a few functions of the C standard library as well as some other utility functions to create a personalised library.
pipex
In this project I have to recreate in Shell, the way two commands are piped together via "|"
push_swap
The goal was to write a program in C which will take int values in stack A, and with the help of stack B, calculates and displays on the standard output the smallest amount of movements using instruction language that sorts the integer arguments received.
reloaded_piscine
This project was to rewind all the projects worked on during the last selection process at 42, called "piscine".
so_long
The purpose of this project is to build a small 2D video game using MiniLibX and learn a bit about how a simple video game usually works.
SantyBrito's Repositories
SantyBrito/ft_printf
This project was to re-write the well-known printf() function.
SantyBrito/get_next_line
This project was to write a program for reading content with a buffer of given buffer size, line by line using File Descriptors.
SantyBrito/libft
The purpose of this project is to recode a few functions of the C standard library as well as some other utility functions to create a personalised library.
SantyBrito/pipex
In this project I have to recreate in Shell, the way two commands are piped together via "|"
SantyBrito/push_swap
The goal was to write a program in C which will take int values in stack A, and with the help of stack B, calculates and displays on the standard output the smallest amount of movements using instruction language that sorts the integer arguments received.
SantyBrito/reloaded_piscine
This project was to rewind all the projects worked on during the last selection process at 42, called "piscine".
SantyBrito/so_long
The purpose of this project is to build a small 2D video game using MiniLibX and learn a bit about how a simple video game usually works.