Skip to content

hirenpateldotdev/ecole_42-ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecole_42-ft_printf

This projects aimed to recode libc's printf function. The implantation is named ft_printf and prototyped similarly to printf.

Demonstration of ft_printf

The functions used

write()
malloc()
free()
fuctions of stdarg.h

The conversion specifier

's', 'S', 'p', 'd', 'i', 'o', 'O', 'u', 'U', 'x', 'X', 'c', 'C', and '%'

The flag characters

'#', '0', '-', '+' and ' '

The length modifier

'hh', 'h', 'l', 'll', 'j', and 'z'

The precision

The field width

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published