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