7 lines
73 B
C++
7 lines
73 B
C++
|
extern int b_has_a_function();
|
||
|
|
||
|
int
|
||
|
b_has_a_function() {
|
||
|
return 100;
|
||
|
}
|