3 lines
59 B
C
Raw Normal View History

extern int foo1b(void);
int foo2(void) { return foo1b(); }