From 0a5d9b0f2c68b0a8a35531cc506bf1f8b940ad19 Mon Sep 17 00:00:00 2001 From: INNA Date: Thu, 8 Feb 2024 19:06:52 +0100 Subject: [PATCH] =?UTF-8?q?Variable=20int=20bin=C3=A4rzahl=20ins=20Hauptpr?= =?UTF-8?q?ogramm=20hizugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/decbinary.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/decbinary.c b/src/decbinary.c index 00ff176..d2b840c 100644 --- a/src/decbinary.c +++ b/src/decbinary.c @@ -2,3 +2,7 @@ #include "decbinary.h" int dezimal_zu_binär(int dezimalzahl); + +{ +int binärzahl[32]; +} \ No newline at end of file