About
Contact
QtCreator
KDevelop
Solarized
1
#include
"signal_file.h"
2
#include
<signal.h>
3
4
int
get_signal_crash
(
void
) {
5
raise
(
SIGSEGV
);
6
return
0
;
7
}
8