6 lines
57 B
C
6 lines
57 B
C
extern int a2(void);
|
|
int
|
|
a3(void)
|
|
{
|
|
return 1 + a2();
|
|
}
|