math.h
来自「u-boot-1.1.6 源码包」· C头文件 代码 · 共 17 行
H
17 行
#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 + =
减小字号Ctrl + -
显示快捷键?