About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
"signal_file.h"
2
#include
<signal.h>
3
4
int
get_signal_crash
(
void
) {
5
raise
(
SIGSEGV
);
6
return
0
;
7
}
8
Definitions
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more