Skip to content

My own Printf function in C language // 42 School project

Notifications You must be signed in to change notification settings

YO00ON/42_Printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_Printf

Printf function rewrited using C language // 42 School project

Just make to produce libftprintf.a, then include it in your project to use printf function.

Behaviors reproduced:

  • c, s, p, % conversions
  • d, i, u, x, X conversions
  • -, 0, and * flags

When made with 'make bonus':

  • n, o conversions
  • +, ' ' and # flags (# not really working)

About

My own Printf function in C language // 42 School project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published