📄 factqpsr.h
字号:
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.23 01/31/05 */
/* */
/* */
/*******************************************************/
/*************************************************************/
/* Purpose: */
/* */
/* Principal Programmer(s): */
/* Brian L. Donnell */
/* */
/* Contributing Programmer(s): */
/* Gary D. Riley */
/* */
/* Revision History: */
/* 6.23: Added fact-set queries. */
/* */
/*************************************************************/
#ifndef _H_factqpsr
#define _H_factqpsr
#if FACT_SET_QUERIES && (! RUN_TIME)
#ifndef _H_expressn
#include "expressn.h"
#endif
#ifdef LOCALE
#undef LOCALE
#endif
#ifdef _FACTQPSR_SOURCE_
#define LOCALE
#else
#define LOCALE extern
#endif
LOCALE EXPRESSION *FactParseQueryNoAction(void *,EXPRESSION *,char *);
LOCALE EXPRESSION *FactParseQueryAction(void *,EXPRESSION *,char *);
#ifndef _FACTQPSR_SOURCE_
#endif
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -