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