list.h

来自「speech signal process tools」· C头文件 代码 · 共 16 行

H
16
字号
/* *//* @(#)list.h	1.1 11/21/89 ATT ESI */#define l_AI 1		/* list of ACTITEMs			*/#define l_IF 2		/* list of Input Files (INFILIST)	*/#define l_IS 3		/* list of Input Sections (INSEC List)	*/#define l_OS 4		/* list of Output Sections (OUTSEC List) */#define l_INC 5		/* list of input sections included in an				output sect			*/#define l_REG 6		/* list of REGIONs			*/#define l_MEM 7		/* list of MEMTYPEs			*/#define l_ADR 8		/* list of ANODEs off of REGION		*/#define l_DS 9		/* list of dummy output sections (DSECT list) */#define l_GRP 10	/* list of output sections in a "group"	*/

⌨️ 快捷键说明

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