diff --git a/src/c/funktionen.c b/src/c/funktionen.c index b93be08..bf6c140 100644 --- a/src/c/funktionen.c +++ b/src/c/funktionen.c @@ -117,8 +117,8 @@ int o_wins_02_11_20(char board[][3]) { } } -float volume(float a, float b, float c) { - return a * b * c; +float volume(float laenge, float breite, float hoehe) { + return laenge * breite * hoehe; } float area(float a, float b) {