cc.h

来自「phs 源代码 小灵通协议源代码 phs source code」· C头文件 代码 · 共 34 行

H
34
字号
#ifndef __CC_H_
#define __CC_H_

#if defined (__CC1IND_C_) || defined (__CC2REQ_C_) || defined (__CC0MAIN_C_) || defined (__CC3TIMER_C_)

#define ACCESS_RIGHTS_CC
#include "phs_def.h"
#include "sysdef.h"
//#include "l3_ext.h"

#endif

#if defined ACCESS_RIGHTS_CC

#include "ccstr.h"
#include "ccfunc.h"
#include "ccdef.h"
#include "ccext.h"

#if defined(__CC1IND_C_) //|| defined (CC2REQ_C)|| defined (CC0MAIN_C) || defined (CC3TIMER_C)
#define DECLARE_GLOBAL
#endif

#include "ccgl.h"

#undef DECLARE_GLOBAL


#undef ACCESS_RIGHTS_CC

#endif

#endif  /* __CC_H_ */

⌨️ 快捷键说明

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