utils.def

来自「Audacity是一款用於錄音和編輯聲音的、免費的開放源碼軟體。它可以執行於Ma」· DEF 代码 · 共 60 行

DEF
60
字号
autogen definitions utils.tpl;float_type = {	name = float ;	};float_type = {	name = double ;	};/*----------------------------------*/io_type = { 	io_element	= short ;	format_str		= "\"% d\\n\"" ;	};io_type = { 	io_element	= int ;	format_str		= "\"% d\\n\"" ;	};io_type = { 	io_element	= float ;	format_str		= "\"% g\\n\"" ;	};io_type = { 	io_element 	= double ;	format_str		= "\"% g\\n\"" ;	};io_operation = { 	op_element	= read ;	count_name	= items ;	};io_operation = { 	op_element	= readf ;	count_name	= frames ;	};io_operation = { 	op_element	= write ;	count_name	= items ;	};io_operation = { 	op_element	= writef ;	count_name	= frames ;	};/*** Do not edit or modify anything in this comment block.** The arch-tag line is a file identity tag for the GNU Arch ** revision control system.**** arch-tag: 735898a2-711e-42c2-aaf1-354b20c07ac7*/

⌨️ 快捷键说明

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