SkillAgentSearch skills...

PrintfBetterTester

printf Tester (2024) for the 42 ft_printf project

Install / Use

/learn @ejacquem/PrintfBetterTester
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PrintfBetterTester

Printf Tester (2024) for the 42 ft_printf project. The program will compare your ft_printf output and return value with the real printf and show the differences between the two output when those are incorrect.

How to use

Clone the repository in your printf folder with this command :

git clone https://github.com/ejacquem/printfBetterTester.git &&
cd printfBetterTester && make

Commands

Use make commands to recompile the tests every time you make a change.

  • make: Run every test, including the bonuses.

  • make basic (b): Run only the mandatory part.

  • make short (s): Run every test but in a short format.

  • make more (m): Run more than 20,000 tests just in case.

basic tests

image

short output

image

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated3mo ago
Forks0

Languages

C

Security Score

72/100

Audited on Dec 22, 2025

No findings