📄 math.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 + -