About
Contact
QtCreator
KDevelop
Solarized
1
extern
void
foo
();
2
int
main
() {
3
foo
();
4
return
0
;
5
}
6