tuneable.h

来自「harvest是一个下载html网页得机器人」· C头文件 代码 · 共 8 行

H
8
字号
#define XFORMATS_INCR		64		/*!< Increments to allocate extended formats */#define FONTS_INCR	 	32 		/*!< Increments to allocate fonts */#define WORKSHEETS_INCR		4		/*!< Increments to allocate worksheet pages */#define COLS_INCR		(U16)24 	/*!< Increments to allocate Columns per Worksheet page */#define ROWS_INCR 		(U32)128	/*!< Increments to allocate Rows per Worksheet page */#define STRINGS_INCR 		256UL		/*!< Increments to allocate the string array - */

⌨️ 快捷键说明

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