Scroll to navigation

setjmp.h(3avr) avr-libc setjmp.h(3avr)

NAME

setjmp.h -

SYNOPSIS

Macros


#define __ATTR_NORETURN__ __attribute__((__noreturn__))

Functions


int setjmp (jmp_buf __jmpb)
void longjmp (jmp_buf __jmpb, int __ret) __ATTR_NORETURN__

Author

Generated automatically by Doxygen for avr-libc from the source code.
Sun Dec 13 2015 Version 1.8.0svn