This repository contains my implementations of essential C libraries.
It includes libft, a collection of commonly used functions, Get_Next_Line for reading lines from a file descriptor, and ft_printf, a custom printf / fprintf function, and my garbage collector.
At 42 School, most projects must comply with the Norm.