e15df0bbd7
* elf/reldep4mod4.c: Add prototype to avoid warning. * elf/reldep4mod2.c: Likewise.
9 lines
83 B
C
9 lines
83 B
C
extern int foo (void);
|
|
extern int bar (void);
|
|
|
|
int
|
|
bar (void)
|
|
{
|
|
return foo ();
|
|
}
|