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

📄 convert.h

📁 CHM decompiler is a program that converts the internal files of CHM files back into the HHP, HHC, an
💻 H
字号:
#ifndef _CONVERT_H_#define _CONVERT_H_#include <time.h>#include "common.h"char* get_lcid_string(LCID i);char* make_time_t_string(time_t i);char* make_FILETIME_string(FILETIME i);void print_with_entity_refs( FILE* f, char* str );#endif /* _CONVERT_H_ */

⌨️ 快捷键说明

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