From 9e07f3afbd213c08b0c9c44b09274eb0b1d0fc0c Mon Sep 17 00:00:00 2001 From: Siamak Date: Thu, 8 Feb 2024 15:45:28 +0100 Subject: [PATCH] =?UTF-8?q?Headerdatei=20f=C3=BCr=20Fl=C3=A4chenberechnung?= =?UTF-8?q?=20erstellt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/c/funktionen.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index 89f6634..3c0280e 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -74,6 +74,9 @@ int o_wins_02_11_20(char board[][3]); float volume(float a, float b, float c); // berechnet das Volumen +float volume(float a, float b); +// berechnet die Fläche + int stringCharacterCounter(char string[]); // liefert die Länge eines Strings zurück