📄 prdctfun.h
字号:
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.24 06/05/06 */
/* */
/* PREDICATE FUNCTIONS HEADER FILE */
/*******************************************************/
/*************************************************************/
/* Purpose: */
/* */
/* Principal Programmer(s): */
/* Gary D. Riley */
/* */
/* Contributing Programmer(s): */
/* */
/* Revision History: */
/* */
/* 6.24: Renamed BOOLEAN macro type to intBool. */
/* */
/*************************************************************/
#ifndef _H_prdctfun
#define _H_prdctfun
#ifdef LOCALE
#undef LOCALE
#endif
#ifdef _PRDCTFUN_SOURCE_
#define LOCALE
#else
#define LOCALE extern
#endif
LOCALE void PredicateFunctionDefinitions(void *);
LOCALE intBool EqFunction(void *);
LOCALE intBool NeqFunction(void *);
LOCALE intBool StringpFunction(void *);
LOCALE intBool SymbolpFunction(void *);
LOCALE intBool LexemepFunction(void *);
LOCALE intBool NumberpFunction(void *);
LOCALE intBool FloatpFunction(void *);
LOCALE intBool IntegerpFunction(void *);
LOCALE intBool MultifieldpFunction(void *);
LOCALE intBool PointerpFunction(void *);
LOCALE intBool NotFunction(void *);
LOCALE intBool AndFunction(void *);
LOCALE intBool OrFunction(void *);
LOCALE intBool LessThanOrEqualFunction(void *);
LOCALE intBool GreaterThanOrEqualFunction(void *);
LOCALE intBool LessThanFunction(void *);
LOCALE intBool GreaterThanFunction(void *);
LOCALE intBool NumericEqualFunction(void *);
LOCALE intBool NumericNotEqualFunction(void *);
LOCALE intBool OddpFunction(void *);
LOCALE intBool EvenpFunction(void *);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -