From d041582b245850c378f8fe9bbe3a149bf625cd26 Mon Sep 17 00:00:00 2001 From: INNA Date: Thu, 8 Feb 2024 19:11:35 +0100 Subject: [PATCH] =?UTF-8?q?Initialisierung=20der=20Z=C3=A4hlervariable=20f?= =?UTF-8?q?=C3=BCr=20bin=C3=A4rzahl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/decbinary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/decbinary.c b/src/decbinary.c index d2b840c..aff5c71 100644 --- a/src/decbinary.c +++ b/src/decbinary.c @@ -3,6 +3,6 @@ int dezimal_zu_binär(int dezimalzahl); -{ + int binärzahl[32]; -} \ No newline at end of file +int i = 0;