Browse Source

refactoring: Name der Testvariablen in der Headerdatei verbessert

remotes/origin/siamak
siamak 11 months ago
parent
commit
58b7055945
  1. 2
      src/c/funktionen.h

2
src/c/funktionen.h

@ -71,7 +71,7 @@ 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);
float volume(float laenge, float breite, float hoehe);
// berechnet das Volumen
float area(float a, float b);

Loading…
Cancel
Save