Setjmp.h -
#define __ATTR_NORETURN__ __attribute__((__noreturn__))
int setjmp (jmp_buf __jmpb)
void longjmp (jmp_buf __jmpb, int __ret) __ATTR_NORETURN__
Generated automatically by Doxygen for avr-libc from the source code.