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