From 94884c10e10933c666cb1167b855742acdcae0d4 Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 20:32:04 +0100 Subject: [PATCH] =?UTF-8?q?Refactoring=20Header=20verst=C3=A4ndlicher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/duellist-spielesammlung-projekt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/duellist-spielesammlung-projekt.h b/src/main/duellist-spielesammlung-projekt.h index 16eb3e5..72dc2b8 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -74,7 +74,7 @@ int mal(int a, int b); int durch(int a, int b); int modulo(int a, int b); int compare(int a, int b); -int exponentiation(int base, int exponent); +int exponent(int base, int exponent); int squareRoot(int number); void displayMenu(); int getUserChoice();