avr-libc  2.0.0
Standard C library for AVR-GCC

AVR Libc Home Page

AVRs

AVR Libc Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

関数
setjmp.h ファイルリファレンス

このファイルのソースコードを参照する

関数

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