3 lines
60 B
C
3 lines
60 B
C
|
extern int foo3c(void);
|
||
|
int foo2c(void) { return foo3c(); }
|