Skip to content

dlenskyi/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's my first project in algorithm branch of school 42

ft_printf have to reproduce the same behavior as libc's printf.
My ft_printf can manage %d, %D, %i, %u, %U, %s, %c, %x, %X, %o, %O, %b, %B, %f, %F, %p, %n conversions.
Goes well with flags #0-+*, space and with extensions h, hh, l, ll, L.
Managing wildcards and setting color to output of ft_printf.

To run project

About

First project of algorithms in Unit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published