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

7 lines
50 B
C

extern int b2();
int c2()
{
return b2() + 1;
}