About
Contact
QtCreator
KDevelop
Solarized
1
extern
const
char
*
foo
(
void
);
2
3
const
char
*
4
foo
(
void
)
5
{
6
return
__FILE__
;
7
}
8