From 70af2f764f1fb6e47c6823ed96d06c25821d0545 Mon Sep 17 00:00:00 2001 From: Siamak Date: Thu, 8 Feb 2024 14:19:38 +0100 Subject: [PATCH] =?UTF-8?q?Headerdatei=20f=C3=BCr=20O=20gewinnt=20waagerec?= =?UTF-8?q?ht=20oben=20wurde=20erstellt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/c/funktionen.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index 7842847..4a51c18 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -53,9 +53,12 @@ int o_wins_00_10_20(char board[][3]); int o_wins_01_11_21(char board[][3]); // prüft, ob O bei Index 01, 11, 21 ist -int x_wins_02_12_22(char board[][3]); +int o_wins_02_12_22(char board[][3]); // prüft, ob O bei Index 02, 11, 22 ist +int o_wins_00_01_02(char board[][3]); +//prüft, ob O bei Index 00, 01, 02 ist + int stringCharacterCounter(char string[]); // liefert die Länge eines Strings zurück