About
Contact
QtCreator
KDevelop
Solarized
1
extern
void
foo
(
);
2
3
int
main
(
) {
4
foo
();
// Set a breakpoint here
5
return
0
;
6
}
7