#ifndef XG_FUNCTION #define XG_FUNCTION int somma (int x, int y); int prodotto (int x, int y); int potenza (int x, int y); #endif