About
Contact
QtCreator
KDevelop
Solarized
1
extern
int
foo
(
double
);
2
3
int
4
bar
(
void
)
5
{
6
return
foo
(
1.2
);
7
}
8