Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.19 KB

ft_printf

Because ft_putnbr() and ft_putstr() aren't enough.

Linted according to the norminette v3.3.51 rules.

Cloning: git clone --recursive https://github.com/stankudrow/ft_printf.git.

Manuals

Libft[x]

  1. cd ./ft_printf/ft_printf;
  2. git submodule add https://github.com/stankudrow/libftx;
  3. .gitmodules

Steps 1 and 2 can be done in a single step: git submodule add %remote_repo% %local_dir%.

Submodules, if updated, do not affect the repo. In this case, git submodule update --remote.

Testers

  1. Tripouille/printfTester;
  2. paulo-santana/ft_printf_tester;
  3. Mazoise/42TESTERS-PRINTF.