Libft is the first 42 project. This a C library with 34 functions.
You can find an enhanced version of libft called best-libft here: best-libft
Read content line by line on a fd (FILE DESCRIPTOR). It can be use to read a file or STDIN.
Recreate a part of the printf C function.
Repository (Not available for the moment) - Subject
Multiple questions on network.
First, write a program called union that takes two strings and displays, without doubles, the characters that appear in either one of the strings.
Secondly, recreate a part of the printf function.
union subject - ft_printf subject
Cub3D is a game engine written in C. It is inspired by one of the first FPS Wolfenstein3D.
A small data exchange program using UNIX signals.
A sort algorithm using two stacks with a limited set of instructions.
Philosophers is a simulation project written in C to discover threads and mutexes.
Write a program that will read an "operation file" and print the result in the terminal.
The "operation file" contains instructions to draw circles in the defined draw zone.