wordsize.h

来自「glibc2.5版源代码」· C头文件 代码 · 共 9 行

H
9
字号
/* Determine the wordsize from the preprocessor defines.  */#if defined __arch64__ || defined __sparcv9# define __WORDSIZE	64# define __WORDSIZE_COMPAT32	1#else# define __WORDSIZE	32#endif

⌨️ 快捷键说明

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