Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The project :

Remake of the printf function of the libc. Project from the 19 Coding School.

It can deal with the following:

  • The conversions: s, S, p, d, D, i, o, O, u, U, x, X, c & C
  • Manage %%
  • The flags: #, 0, -, + & space
  • Manage the minimum field-width
  • Manage the precision
  • The length modifier: hh, h, l, ll, j, & z.

Learned :

  • Parsing

  • Variadic function

Usage =>

To compile, run make. This will compile libftprintf.a. To use, include ft_printf.h and compile with the library.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages