wbmp.h
来自「WBMP格式图片解码器」· C头文件 代码 · 共 42 行
H
42 行
#ifndef WBMP_H
#define WBMP_H
/*==============================================================*/
/* REQUIRED INTERFACE */
/* ==> list of all external includes useful for the module */
/*==============================================================*/
/*#define ADDITIONAL_TEST_FUNCTIONALITY*/
#if defined (WBMP_DECODER_C)||defined (_WBMP_C_)
#define ACCESS_RIGHTS_WBMP
#define ACCESS_RIGHTS_ALL
#include "pccdef.h"
#include "string.h"
#endif
/*==========================================================*/
/* PROVIDED INTERFACE */
/* ==> list of includes provided to other modules */
/*==========================================================*/
#include "disp_mmi.het"
#include "wbmp.hiv"
#include "wbmp.hep"
#include "wbmp.hec"
/*==========================================================*/
/* PRIVATE USING */
/* ==> list of all internal includes useful for the module */
/*==========================================================*/
#if defined (ACCESS_RIGHTS_WBMP)
#include "wbmp.hic"
#include "wbmp.hip"
#endif
#endif /* WBMP_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?