elf.h
来自「一个类似windows」· C头文件 代码 · 共 21 行
H
21 行
#ifndef _REACTOS_ELF_H_
#define _REACTOS_ELF_H_ 1
/* Machine-independent and word-size-independent definitions */
#include <elf/common.h>
/*
* Word-size-dependent definitions. All ReactOS builds support all of them,
* even if (obviously) code for the wrong architecture cannot be executed - the
* files can still be used in machine-independent ways, e.g. as resource DLLs
*/
#include <elf/elf32.h>
#include <elf/elf64.h>
/* Machine-dependent definitions */
#include <elf/machine.h>
#endif
/* EOF */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?