Skip to content
/ printf Public

Write a function that mimic a real C function - printf.

Notifications You must be signed in to change notification settings

VukolRo/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

printf

My second project in a "school 42".

For the ft_printf project of the 42 school cursus, we must recreate the famous C library printf function. This project teaches us about variadic arguments as well as structures if we plan to implement printf's extra flags.

  • Supported conversions: %, c, s, p, i, d, u, x, X

About

Write a function that mimic a real C function - printf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published