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