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