4 lines
86 B
C++
4 lines
86 B
C++
extern "C" int b_function();
|
|
|
|
extern "C" int a_function() { return b_function(); }
|