About
Contact
QtCreator
KDevelop
Solarized
1
extern
"C"
int
b_function
();
2
3
extern
"C"
int
a_function
() {
return
b_function
(); }
4