Skip to content

bgeorges35/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

School project @42

int ft_printf(const char *format, ...);

  • The following conversions are supported: s S p d D i o O u U x X c C
  • The %% is supported
  • The following flags are supported: # 0 - + [SPACE]
  • The following lengths flags are supported: hh, h, l, ll, j, z
  • The precision and the width are supported

About

School project @42

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published