6 lines
72 B
C++
6 lines
72 B
C++
extern int a_has_a_function();
|
|
|
|
int
|
|
a_has_a_function() {
|
|
return 10;
|
|
}
|