About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
3
void
4
some_func
()
5
{
6
printf
(
format:
"Set breakpoint here."
);
7
}
8