8 lines
49 B
C
8 lines
49 B
C
|
extern int c2();
|
||
|
|
||
|
int d()
|
||
|
{
|
||
|
return c2()+2;
|
||
|
}
|
||
|
|