7 lines
47 B
C
7 lines
47 B
C
|
extern int a();
|
||
|
|
||
|
int b()
|
||
|
{
|
||
|
return a()+17;
|
||
|
}
|