From 2a363dcc852c8bd114d8f65bfe65a25f2fabfbe4 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 6 Feb 2020 18:07:54 +0100 Subject: Added credits --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e431a9f..9c944e2 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,10 @@ locally if you don't have root access. You can then run `> brew install valgrind This doesnt handle timeout, so if your `ft_printf` goes in an infinite loop, this test will too. `Ctrl-C` is your best friend. + +## Credits + +- [moulitest](https://github.com/yyang42/moulitest) by yyang42 +- [pft](https://github.com/gavinfielder/pft) by gavinfielder +- [printf\_tester](https://github.com/AntoineBourin/printf-tester) by AntoineBourin +- [printf\_tests](https://github.com/BartMassey/printf-tests) by BartMassey -- cgit