📄 utils.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 + -