Skip to content

ljsimpkin/42-printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf @ 42

This is a partial printf reimplementation for 42 Silicon Valley

Description

ft_printf handles the following conversions: cspdouxX%

And the following flags: #+-0 and space

With the following modifiers: hh, h, l, ll

ft_printf also correctly handles input for minimum field width and precision specified with .

Field width and precision can be specified in the format string as a number value or as * and passed as argument.

Using this library

Run make This will build the libftprintf.a library Then include the ft_printf.h header in your project and compile with the library

For more information the brief can be downloaded here: printf.pdf

About

Recreation of the C printf function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published