8 lines
108 B
C
8 lines
108 B
C
extern int static10(void);
|
|
extern int static11(void);
|
|
|
|
int main(void)
|
|
{
|
|
return static10() + static11();
|
|
}
|