wbmp.hiv

来自「WBMP格式图片解码器」· HIV 代码 · 共 15 行

HIV
15
字号

#ifndef _WBMP_HIV_
#define _WBMP_HIV_
/********************************************************************************/
/*							Content of Included File Start                      */
/********************************************************************************/

#ifdef _WBMP_C_
static const UInt8 Mask1[] = {0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01};
#endif /*_WBMP_C_*/
#endif /*_WBMP_HIV_*/
/********************************************************************************/
/*							Content of Included File End                        */
/********************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?