From 95da14f3e89a201869e1a7752a611997e5351688 Mon Sep 17 00:00:00 2001 From: INNA Date: Thu, 8 Feb 2024 18:56:39 +0100 Subject: [PATCH] =?UTF-8?q?refactoring:=20Benennung=20der=20Bin=C3=A4rfunk?= =?UTF-8?q?tion=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/decbinary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decbinary.h b/src/decbinary.h index 0e7b298..7c5b5ff 100644 --- a/src/decbinary.h +++ b/src/decbinary.h @@ -2,7 +2,7 @@ #ifndef LINKES_TWIX_DECBINARY_H #define LINKES_TWIX_DECBINARY_H -int dezimal_zu_binär(int dezimalzahl); +int decimal_to_binary(int dezimalzahl); #endif //LINKES_TWIX_DECBINARY_H