convert.h
来自「CHM decompiler is a program that convert」· C头文件 代码 · 共 13 行
H
13 行
#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 + =
减小字号Ctrl + -
显示快捷键?