diff --git a/src/c/funktionen.h b/src/c/funktionen.h index 248f2f8..a00e3f3 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -1,6 +1,7 @@ #ifndef FUNKTIONEN_H #define FUNKTIONEN_H - +// Function to calculate the square of a number +float square(float x); #endif \ No newline at end of file