About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
extern
void
f
();
3
void
f
() {
puts
(
s:
"break here"
); }
4