📄 convert.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 + -