📄 compress.h
字号:
#ifndef __COMPRESS__H__
#define __COMPRESS__H__
//**************************************************************************************
// please assure that Compress.dll is in present or system directory
//**************************************************************************************
//**************************************************************************************
// please use the next two functions to do your things
//**************************************************************************************
int CompressBuffer(char * InS, int InL, char * OutS, int * OutL);
int DecompressBuffer(char * InS, int InL, char * OutS, int * OutL);
#endif // __COMPRESS__H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -