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