7 lines
48 B
C
7 lines
48 B
C
extern int b2();
|
|
|
|
int c2()
|
|
{
|
|
return b2()+1;
|
|
}
|
extern int b2();
|
|
|
|
int c2()
|
|
{
|
|
return b2()+1;
|
|
}
|