3 lines
47 B
C
3 lines
47 B
C
extern int foo();
|
|
int main() { return foo(); }
|
extern int foo();
|
|
int main() { return foo(); }
|