2016-07-09 11:21:54 +02:00

6 lines
61 B
C

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