An open API service indexing awesome lists of open source software.

https://github.com/rinatmambetov/ft-printf-42school

You will discover a popular and versatile C function: printf()
https://github.com/rinatmambetov/ft-printf-42school

42projects 42school ft-printf

Last synced: 8 months ago
JSON representation

You will discover a popular and versatile C function: printf()

Awesome Lists containing this project

README

          

# ft-printf-42school (my grade is 101/100)
You will discover a popular and versatile C function: printf()


This exercise is a greatopportunity to improve your programming skills. It is of moderate difficulty.


You will discovervariadic functionsinC.The key to a successfulft_printfis a well-structured and extensible code.