Skip to content

glllcs/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Re-code to the original printf function, from stdio.h library, in use of my own library libft.

Conversions mannaged: cspdiuoxX%

Flags mannaged: -0.*#+[space]

Instalation

git clone --recursive https://github.com/glllcs/ft_printf.git

Contents

  • src: functions
  • libft: auxiliar functions
  • include: library rules
  • test
    • my main with few tests
    • @gavinfielder's repo pft, a very consistent tester to the library
  • others
    • a basic schema with flags x conversions' behavior
  • Makefile

ft_printf_universe

About

Re-code to the original printf function

Topics

Resources

Stars

Watchers

Forks