From 5bd01379b9e06394e0a68ed17ae3b9a4e688a402 Mon Sep 17 00:00:00 2001 From: INNA Date: Thu, 8 Feb 2024 12:08:40 +0100 Subject: [PATCH] =?UTF-8?q?Deklaration=20der=20Subtraktionsfunktion=20subd?= =?UTF-8?q?ouble=20f=C3=BCr=20Header-File?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/subtraktion.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/subtraktion.h b/src/subtraktion.h index 530ba7b..e9d7e81 100644 --- a/src/subtraktion.h +++ b/src/subtraktion.h @@ -1,5 +1,7 @@ #ifndef SUBTRAKTION_H #define SUBTRAKTION_H +// Deklaration der Subtraktionsfunktion +double subdouble(double zahl1, double zahl2); #endif // SUBTRAKTION_H