#include #include "func.h" int suma(int a,int b) { return a+b; } int suma1(int *tab) { return tab[1]+tab[0]; }