Browse Source

Headerdatei für Flächenberechnung erstellt

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

3
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

Loading…
Cancel
Save