⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 archsetjmp.h

📁 klibc精简化的c程序库
💻 H
字号:
/* * arch/ia64/include/klibc/archsetjmp.h * * Code borrowed from the FreeBSD kernel. * */#ifndef _KLIBC_ARCHSETJMP_H#define _KLIBC_ARCHSETJMP_H/* User code must not depend on the internal representation of jmp_buf. */#define _JBLEN 0x200/* guaranteed 128-bit alignment! */typedef char jmp_buf[_JBLEN] __attribute__ ((aligned(16)));#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -