Skip to content

dbaldy/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

homemade printf function

Handles the following features: conversions: sSpdDioOuUxXcCk %% flags: #0-+ space, hh h l ll j z, minimum size, precision

Creates a library named libftprintf.a that contains int ft_printf(const char *arg, ...) For more precisions, read 'man 3 printf', the function is basically built according to the manual.

About

homemade printf function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors