📄 decompress.h
字号:
/*
Robot Interface Remote Client
(C) 2006 Jason Hunt
nulluser@gmail.com
File: decompress.h
*/
#ifndef DECOMPRESS_H
#define DECOMPRESS_H
void decompress_image(char *compressed_image, unsigned int compressed_size,
color_type *out_buff, unsigned int out_x, unsigned int out_y);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -