Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.36 KB

42cursus' ft_printf

Development repo for 42cursus' ft_printf project

GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit

About ·


🗣️ About

The project at hand is rather simple. You'll have to redo printf. Hopefully you won't have to worry about being accused of cheating if you utilize it again in a future project. The key thing you'll learn is how to employ variadic arguments.

For detailed information, refer to the subject of this project.

🚀 TLDR: The goal of this project is to provide a library with a condensed version of the printf function.