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