From 7cca931cff45551cd064d46d1e0948dba8109eab Mon Sep 17 00:00:00 2001 From: INNA Date: Thu, 8 Feb 2024 18:51:55 +0100 Subject: [PATCH] =?UTF-8?q?Hinzuf=C3=BCgen=20der=20int=20Dezimalbin=C3=A4r?= =?UTF-8?q?-Funktion=20in=20Header-File?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/decbinary.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/decbinary.h b/src/decbinary.h index ea7f546..0e7b298 100644 --- a/src/decbinary.h +++ b/src/decbinary.h @@ -1,8 +1,8 @@ -// -// Created by innar on 08.02.2024. -// #ifndef LINKES_TWIX_DECBINARY_H #define LINKES_TWIX_DECBINARY_H +int dezimal_zu_binär(int dezimalzahl); + + #endif //LINKES_TWIX_DECBINARY_H