3 lines
60 B
C
Raw Normal View History

2009-10-04 10:30:41 +03:00
extern int foo3c(void);
int foo2c(void) { return foo3c(); }