Browse Source

Headerdatei für Funktion Volumenberechnung erstellt

remotes/origin/siamak
Siamak 11 months ago
parent
commit
c6c1cc8699
  1. 3
      src/c/funktionen.h

3
src/c/funktionen.h

@ -71,6 +71,9 @@ int o_wins_00_11_22(char board[][3]);
int o_wins_02_11_20(char board[][3]);
// prüft, ob O bei Index 02, 11, 20 ist
float volume(float a, float b, float c);
// berechnet das Volumen
int stringCharacterCounter(char string[]);
// liefert die Länge eines Strings zurück

Loading…
Cancel
Save