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

📄 math.h

📁 嵌入式试验箱S3C2410的bootloader源代码
💻 H
字号:
#define BITS_PER_UNIT	8typedef 	 int HItype		__attribute__ ((mode (HI)));typedef unsigned int UHItype		__attribute__ ((mode (HI)));typedef		 int SItype		__attribute__ ((mode (SI)));typedef unsigned int USItype		__attribute__ ((mode (SI)));typedef int word_type			__attribute__ ((mode (__word__)));struct SIstruct {HItype low, high;};typedef union {	struct SIstruct s;	SItype ll;} SIunion;

⌨️ 快捷键说明

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