Skip to content

darrenkuro/ft-printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FT_PRINTF

score date size loc file commit

Relevant flags

N/A = undefined behavior, sp = space.

flags - . 0 sp + #
di Y Y Y Y Y N/A
u Y Y Y N/A N/A N/A
xX Y Y Y N/A N/A prefix 0x/0X
p Y N/A N/A N/A N/A N/A
cs Y Y N/A N/A N/A N/A
  • '-' overrides '0' if both are used.
  • '+' overrides ' ' if both are used.

About

A reimplementation of a simple printf in C.

Topics

Resources

Stars

Watchers

Forks