Skip to content

tcollard/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Thibault Collard : tcollard@student.42.fr

About

ft_printf 42

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published