From ea71a3f921c9001561ba0591e8352fef6ad229c0 Mon Sep 17 00:00:00 2001 From: INNA Date: Thu, 8 Feb 2024 19:02:35 +0100 Subject: [PATCH] =?UTF-8?q?Hinzuf=C3=BCgen=20der=20Bin=C3=A4rfunktion=20f?= =?UTF-8?q?=C3=BCr=20int=20ins=20Hauptprogramm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/decbinary.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/decbinary.c b/src/decbinary.c index 672b2f6..00ff176 100644 --- a/src/decbinary.c +++ b/src/decbinary.c @@ -1,2 +1,4 @@ #include #include "decbinary.h" + +int dezimal_zu_binär(int dezimalzahl);