📄 rulecmp.h
字号:
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.05 04/09/97 */ /* */ /* DEFRULE CONSTRUCT COMPILER HEADER FILE */ /*******************************************************//*************************************************************//* Purpose: Implements the constructs-to-c feature for the *//* defrule construct. *//* *//* Principal Programmer(s): *//* Gary D. Riley *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_rulecmp#define _H_rulecmp#include "conscomp.h"#ifndef _H_extnfunc#include "extnfunc.h"#endif#define JoinPrefix() ArbitraryPrefix(DefruleCodeItem,2)#ifdef LOCALE#undef LOCALE#endif #ifdef _RULECMP_SOURCE_#define LOCALE#else#define LOCALE extern#endif#if ANSI_COMPILER LOCALE VOID DefruleCompilerSetup(void); LOCALE VOID DefruleCModuleReference(FILE *,int,int,int);#else LOCALE VOID DefruleCompilerSetup(); LOCALE VOID DefruleCModuleReference();#endif #ifndef _RULECMP_SOURCE_extern struct CodeGeneratorItem *DefruleCodeItem;#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -