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

7 lines
48 B
C

extern int a();
int b()
{
return a() + 17;
}