extern int y(int value); int x(int value) { return y(value) + 1; }