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

📄 misc.h

📁 CHM decompiler is a program that converts the internal files of CHM files back into the HHP, HHC, an
💻 H
字号:
#ifndef _MISC_H_#define _MISC_H_#include "common.h"#define FTS_STOP_LIST_FILE_NAME "fts-stop-list-file.stp"extern bool stp_success;void recreate_fts_stop_list_file( void );#define ALIAS_FILE_NAME "alias.ali"#define MAP_FILE_NAME "map.h"extern bool alias_map_success;void recreate_alias_map( void );#define Sample_list_file "Sample-list-file.hhs"extern bool samples_success;extern char Sample_Staging_Path[8];void recreate_samples( void );void recreate_html_from_fts( void );#endif /* _MISC_H_ */

⌨️ 快捷键说明

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