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