3 lines
59 B
C
3 lines
59 B
C
|
extern int foo1b(void);
|
||
|
int foo2(void) { return foo1b(); }
|