Skip to content

pdamoune/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

• You have to recode the libc’s printf function.

• Your function will be called ft_printf and will be prototyped similarly to printf.

• You won’t do the buffer management in the printf function.

• You have to manage the following conversions: sSpdDioOuUxXcC

• You must manage %%

• You must manage the flags #0-+ and space

• You must manage the minimum field-width

• You must manage the precision

• You must manage the flags hh, h, l, ll, j, et z.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors