7 lines
47 B
C
7 lines
47 B
C
extern int b();
|
|
|
|
int c()
|
|
{
|
|
return b()+42;
|
|
}
|
extern int b();
|
|
|
|
int c()
|
|
{
|
|
return b()+42;
|
|
}
|