Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 350 Bytes

My_printf

My implementation of the printf() function from the libC

Usage

make

Add the header to your project and include the lib when you compile.

With this project I learned how to use implement varidadic functions.


Check my portfolio for more informations on this project.