Skip to content

marshtupa/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ft_Printf

Last vesion include in libft

ft_printf

It's my version of stdio printf

supported specifires: %idDoOuUxXcCsSpfFbwW

supported flags: ".#0-+ "

supported lenghts: hh h l ll L j z

supported color output: {COLOR} text {EOC}

supported: width and .precision with star

Usage

%[flags][width][.precision][length]specifier