⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 elftoc.h

📁 ELFkickers是一组elf工具
💻 H
字号:
/* elftoc.h: Data defined in the central module. * * Copyright (C) 1999-2001 by Brian Raiter, under the GNU General * Public License. No warranty. See COPYING for details. */#ifndef	_elftoc_h_#define	_elftoc_h_#include	<stdio.h>/* The name to use for the initialized variable in the generated C code. */extern char const      *varname;/* The name to use for the structure defined in the generated C code. */extern char const      *structname;/* The output file. */extern FILE	       *outfile;#endif

⌨️ 快捷键说明

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