rt.h

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

H
47
字号
#ifndef __RT_H_
#define __RT_H_

#if defined (__RTLCHI_C_) || defined (__RTLCHR_C_) || defined (__RTMAIN_C_) || defined (__RTSCHI_C_)  || defined(__RTSCHR_C_)  || defined (__RTTIME_C_)

#define ACCESS_RIGHTS_RT
#include "phs_def.h"
#include "l3_ext.h"
#include "sysdef.h"
#ifndef SIMU_ON_PC
#include "l1_fnc80.h"
#endif

#ifdef SIMU_ON_PC
#include "simu_define.h"
#include <string.h>
#endif

#endif

#if defined ACCESS_RIGHTS_RT

#include "rtstr.h"
#include "rtfunc.h"
#include "rtdef.h"
#include "rtext.h"

#if defined (__RTLCHI_C_)// || defined (__RTLCHR_C_) || defined (__RTMAIN_C_) || defined (__RTSCHI_C_)  || defined(__RTSCHR_C_)  || defined (__RTTIME_C_)
#define DECLARE_GLOBAL
#endif

#include "rtgl.h"

#if defined(__RTSCHI_C_)
#include "Mn80sts.h"
#endif


#undef DECLARE_GLOBAL


#undef ACCESS_RIGHTS_RT

#endif

#endif  /* __RT_H_ */

⌨️ 快捷键说明

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