glllcs / ft_printf

Re-code to the original printf function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 89.3%Language:Makefile 10.7%