Skip to content

ey-lon/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

Recreation of the printf() function from libc.

prototype
int *ft_printf(const char *, ...);
  • Supported conversions: % c s p i d u x X

Bonus

  • Supported flags: # + (space)
  • Supported options: - 0 . * (width)

Usage

command info
make compile libftprintf.a (std. version)
make bonus compile libftprintf.a (bonus version)

About

Recreation of the printf() function from libc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published