From a15428c294c650995e892969d8f1ca4e6e27f59e Mon Sep 17 00:00:00 2001 From: INNA Date: Fri, 9 Feb 2024 14:05:37 +0100 Subject: [PATCH] =?UTF-8?q?Implementierung=20von=20setUp=20f=C3=BCr=20decb?= =?UTF-8?q?inary=20Testdatei?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test_decbinary.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/test_decbinary.c b/src/test_decbinary.c index 88c50b7..bf9c15b 100644 --- a/src/test_decbinary.c +++ b/src/test_decbinary.c @@ -1 +1,6 @@ #include "decbinary.h" + + +void setUp(void) +{ +}