About
Contact
QtCreator
KDevelop
Solarized
1
extern
int
b_has_a_function
();
2
3
int
4
b_has_a_function
() {
5
return
100
;
6
}
7