// func.h: Header used in mainfile.cpp and funcfile.cpp
void setk(int kk);
int f(int x);
int getcounter();
