bool funzione1(int a[], int b[]) { return true; } bool funzione2(int a[], int b[]) { return funzione1(a,b); }