printfTester
printfTester copied to clipboard
Tester for the ft_printf project of 42 school
when pass zero to printf the function should return -1
Seems like the moulinette now test characters outside the standard ASCII table with %s
Using forward slash / doesn't need to be escaped. With it there is a warning during make: grep: warning: stray \ before / Removing the forward slash should fix this.
Hello, first i wan't to thanks you for this beautifull tester Secondly, i found that the test 71 is doubled in the minus part of the tester. this cause the...
Tested from different devices: Welcome to Francinette, a 42 tester framework! ║ ╚═══════════════════════╦══════════════════════════════╦═══════════════════════╝ ║ printf ║ ╚══════════════════════════════╝ ✔ Preparing framework ✔ Executing: norminette ✔ Executing: make fclean all (no bonus)...
The terminal indicated that `In file included from tests/c_test.cpp:10:utils/print.hpp:66:18: error: use of undeclared identifier 'ft_printf' ft_printfRet = ft_printf(s, args...); write(1, &eof, 1); ` Need to include this line at the...