📄 encodi~1.h
字号:
/* encoding_conv.h*/#ifndef _ENCODING_CONV_H#define _ENCODING_CONV_H#ifndef _VIEW_MESSAGE_H#include "view_message.h"#endifint text_to_html(char*);int fix_quoted_to_text(char*);status_type conv_and_out_base64_string(char*);int conv_from_base64(int*, int*);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -