📄 sonix_compress.h
字号:
/* call this function first (just once is needed), before calling sonix_decompress */void sonix_decompress_init(void);/* decompresses data at inp until a full image of widthxheight has been written to outp */int sonix_decompress(int width, int height, unsigned char *inp, unsigned char *outp);/* counter to detect presence of currently unknown huffman codes */extern int sonix_unknown;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -