Skip to content
/ ft_printf Public

implementation of ft_printf function on C language

Notifications You must be signed in to change notification settings

amkv/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

my implementation of standart printf function on C language

  1. flags + - # 'space' 'zero'
  2. width
  3. precision
  4. length h hh l ll j z
  5. modifiers d D i c C s S u U x X o O p
  6. 'star' arguments

how to check? compile, launch and test :)

make re
gcc -Wall -Wextra -Werror temp/main.c libftprintf.a
./a.out

About

implementation of ft_printf function on C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published