From 70b8c63dfbfcc7058757d60f6aa051e2c9dbd226 Mon Sep 17 00:00:00 2001 From: INNA Date: Thu, 8 Feb 2024 12:39:33 +0100 Subject: [PATCH] =?UTF-8?q?Deklaration=20der=20Subtraktionsfunktion=20subi?= =?UTF-8?q?nt=20f=C3=BCr=20Header-File?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/subtraktion.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/subtraktion.h b/src/subtraktion.h index e9d7e81..fc889c2 100644 --- a/src/subtraktion.h +++ b/src/subtraktion.h @@ -3,5 +3,6 @@ // Deklaration der Subtraktionsfunktion double subdouble(double zahl1, double zahl2); +int subint(int zahl1, int zahl2); #endif // SUBTRAKTION_H