Skip to content

stankudrow/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.