📄 generate.h
字号:
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.05 04/09/97 */ /* */ /* GENERATE HEADER FILE */ /*******************************************************//*************************************************************//* Purpose: Provides routines for converting field *//* constraints to expressions which can be used *//* in the pattern and join networks. *//* *//* Principal Programmer(s): *//* Gary D. Riley *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_generate#define _H_generate#ifndef _H_expressn#include "expressn.h"#endif#ifndef _H_reorder#include "reorder.h"#endif#ifdef LOCALE#undef LOCALE#endif#ifdef _GENERATE_SOURCE_#define LOCALE#else#define LOCALE extern#endif#if ANSI_COMPILER LOCALE VOID FieldConversion(struct lhsParseNode *,struct lhsParseNode *); LOCALE struct expr *GetvarReplace(struct lhsParseNode *);#else LOCALE VOID FieldConversion(); LOCALE struct expr *GetvarReplace();#endif #endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -