3 lines
60 B
C
3 lines
60 B
C
|
extern int foo3b(void);
|
||
|
int foo2b(void) { return foo3b(); }
|