About
Contact
QtCreator
KDevelop
Solarized
1
#include
"foo.h"
2
3
int
main
(
void
) {
4
int
i
=
f
();
5
return
0
;
6
}
7