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