index.h

来自「本程序是基于C语言开发的」· C头文件 代码 · 共 15 行

H
15
字号
/* This file was created by the HTML2C utility. */

#ifndef INDEX_H_INC
#define INDEX_H_INC	1

#include "mn_defs.h"

#define INDEX_SIZE 449

#ifndef INDEX_C_INC
extern cmx_const byte index_html[INDEX_SIZE];
#endif

#endif		/* INDEX_H_INC */

⌨️ 快捷键说明

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