chnconv_cp.h
来自「This software performs code conversion o」· C头文件 代码 · 共 26 行
H
26 行
// rtfconv_cp.h
#ifndef CHNCONV_CP_H
#define CHNCONV_CP_H
// 僐乕僪儁乕僕柤
typedef struct {
int nCodePage ;
const char *szCodeName ;
} CODEPAGE_NAME ;
extern const CODEPAGE_NAME CodePageNameList [] ;
extern const int CODEPAGE_NAME_LIST_NELEM ;
int IsNecChineseCodePage ( int nCodePage ) ;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?