entry.h

来自「Glibc 2.3.2源代码(解压后有100多M)」· C头文件 代码 · 共 11 行

H
11
字号
#ifndef __ASSEMBLY__extern void _start (void);#endif/* The function's entry point is stored in the first word of the   function descriptor (plabel) of _start().  */#define ENTRY_POINT (((long int *) _start)[0])/* We have to provide a special declaration.  */#define ENTRY_POINT_DECL(class) class void _start (void);

⌨️ 快捷键说明

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