/printfTester

printfTester for 42 project

Primary LanguageC

briseur2reves (printfTester) (2023+)

This test your ft_printf function for 42 project it was made to test return value of your printf function and only return value it doesn't check if you are writing properly if you want to check if your printf write properly i recommand:

alt text

Getting Started

Simply clone into your ft_printf directories and change Makefile variable PRINTFHEADER if needed

Result

COLOR MEANING
- #ff0000 KO You are not returning the right value
- #ffff00 SKO Not really like the real printf but it's valid
- #00ff00 OK You are returning the right value

Installing

echo 'briseur2reves' >> .gitignore && git clone https://github.com/qbornet/printfTester.git briseur2reves

Executing program

cd briseur2reves && ./test.sh

Individual Test

[%c]

./test.sh c

[%s]

./test.sh s

[%p]

./test.sh p

[%di]

./test.sh di

[%x]

./test.sh x

[%X]

./test.sh X

[mix]

./test.sh mix

[return]

./test.sh return

Authors

[@qbornet]