Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

ft_printf
Prototype int printf(const char *str, ...);
Description ft_printf is a copy the fucntion printf fron Standard C Library
Libc functions malloc(3), free, exit, write, functions of man 3 stdarg
  • Manage the following conversions: s, S, p, d, D, i, o, O, u, U, x, X, c C
  • Manage %%
  • Manage the flags #, 0, -, + space
  • Manage the minimum field-width
  • Manage the precision
  • Manage the flags hh, h, l, ll, j, z.

Use

ft_printf is part of the library libft

Project instruction

ft_printf.pdf

Author

Romain Fibigr : rfibigr@student.42.fr

About

ft_printf

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages