@ -1,6 +1,7 @@
#ifndef FUNKTIONEN_H
#define FUNKTIONEN_H
// Function to calculate the square of a number
float square(float x);
#endif