int myfunc(int x) { return x * x; } printint(myfunc(3)); printint(myfunc(4));