#include "funzioni.h" int somma (int x, int y){ return (x + y); } int prodotto (int x, int y){ return (x * y); }