📄 rs_11_0_4.h
字号:
#ifndef _RS_11_0_4_H
#define _RS_11_0_4_H
#define rs_9_2_4 0 //-9+2+4->15-
#define rs_11_0_4 1 //-11+0+4->15-
#ifdef __cplusplus
extern "C" {
#endif
void rs_encode_11_0_4(unsigned char *src,unsigned char *dest); /* length is always 9->15 */
void rs_decode_11_0_4(unsigned char *src,unsigned char *dest); /* length is always 15->9 */
#ifdef __cplusplus
}
#endif
#endif /* _RS_11_0_4_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -