bar.c   [plain text]



extern int foo();

int bar() {
	return foo();
}