About
Contact
QtCreator
KDevelop
Solarized
1
#include
<signal.h>
2
3
int
main
() {
4
raise
(
SIGABRT
);
5
return
0
;
6
}
7