ft_printf, Codam 2020: rewrite C library function printf()
-
Updated
Apr 28, 2021 - C
ft_printf, Codam 2020: rewrite C library function printf()
The goal of this project is pretty straightforward. We will recode printf(). We will mainly learn about using a variable number of arguments.
ft_printf is a CODAM assignment (part of 42 network). The goal is to write a simple version of the standard printf function.
My own C library including get_next_line and ft_printf
Add a description, image, and links to the codam-ft-printf topic page so that developers can more easily learn about it.
To associate your repository with the codam-ft-printf topic, visit your repo's landing page and select "manage topics."