From 83cc8683695df66c70d1542b74fc923b256a500c Mon Sep 17 00:00:00 2001 From: fdai7731 Date: Thu, 8 Feb 2024 22:46:51 +0100 Subject: [PATCH] =?UTF-8?q?Funktion=20zu=20Mathe.h-Datei=20hinzugef=C3=BCg?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/c/Mathe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/c/Mathe.h b/src/main/c/Mathe.h index b95e151..a71b2fe 100644 --- a/src/main/c/Mathe.h +++ b/src/main/c/Mathe.h @@ -7,4 +7,5 @@ int dividiere(int zahl1, int zahl2); int addiere(int ersteZahl, int zweiteZahl); int subtrahiere(int zahl1, int zahl2); int multipliziere(int zahl1, int zahl2); +char generiereZufallsOperator(); #endif // MATHEMATIKSPIE