elftoc.h

来自「ELFkickers是一组elf工具」· C头文件 代码 · 共 25 行

H
25
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?