libgcc.h

来自「linux 内核源代码」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef __ASM_LIBGCC_H#define __ASM_LIBGCC_H#include <asm/byteorder.h>typedef int word_type __attribute__ ((mode (__word__)));struct DWstruct {	int high, low;};typedef union{	struct DWstruct s;	long long ll;} DWunion;#endif /* __ASM_LIBGCC_H */

⌨️ 快捷键说明

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