_longjmp
#define longjmp(jmploc, val) _longjmp(jmploc, val)
void _longjmp (jmp_buf, int) __dead2;
#define longjmp _longjmp