sendabort
static jmp_buf sendabort;
longjmp(sendabort, 1);
if (setjmp(sendabort)) {
if (setjmp(sendabort))
extern void sendabort(void);
sendabort();