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