Skip to content

ivork95/ft_printf

Repository files navigation

ft_printf

Description

You have to rewrite the famous printf function.

Usage

int   ft_printf(char const *str, ...)

make will compile a libftprintf.a binary.

ft_printf works with :

  • Conversions : c s p d i u x X % n
  • Flags : 0 * -
  • Minimum width
  • Precision .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors