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

📄 utils.def

📁 Audacity是一款用於錄音和編輯聲音的、免費的開放源碼軟體。它可以執行於Mac OS X、Microsoft Windows、GNU/Linux和其它作業系統
💻 DEF
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -