factmch.h
来自「clips源代码」· C头文件 代码 · 共 59 行
H
59 行
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.20 01/31/02 */ /* */ /* FACT MATCH HEADER FILE */ /*******************************************************//*************************************************************//* Purpose: *//* *//* Principal Programmer(s): *//* Gary D. Riley *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_factmch#define _H_factmch#ifndef _H_evaluatn#include "evaluatn.h"#endif#ifndef _H_factmngr#include "factmngr.h"#endif#ifndef _H_factbld#include "factbld.h"#endif#ifdef LOCALE#undef LOCALE#endif#ifdef _FACTMCH_SOURCE_#define LOCALE#else#define LOCALE extern#endif LOCALE void FactPatternMatch(void *,struct fact *, struct factPatternNode *,int, struct multifieldMarker *, struct multifieldMarker *); LOCALE void MarkFactPatternForIncrementalReset(void *,struct patternNodeHeader *,int); LOCALE void FactsIncrementalReset(void *);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?