?? clsltpsr.h
字號:
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.20 01/31/02 */ /* */ /* */ /*******************************************************//*************************************************************//* Purpose: *//* *//* Principal Programmer(s): *//* Brian L. Donnell *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_clsltpsr#define _H_clsltpsr#if OBJECT_SYSTEM && (! BLOAD_ONLY) && (! RUN_TIME)#define MATCH_RLN "pattern-match"#define REACTIVE_RLN "reactive"#define NONREACTIVE_RLN "non-reactive"#ifndef _H_object#include "object.h"#endiftypedef struct tempSlotLink { SLOT_DESC *desc; struct tempSlotLink *nxt; } TEMP_SLOT_LINK;#ifdef LOCALE#undef LOCALE#endif#ifdef _CLSLTPSR_SOURCE_#define LOCALE#else#define LOCALE extern#endifLOCALE TEMP_SLOT_LINK *ParseSlot(void *,char *,TEMP_SLOT_LINK *,PACKED_CLASS_LINKS *,int,int);LOCALE void DeleteSlots(void *,TEMP_SLOT_LINK *);#ifndef _CLSLTPSR_SOURCE_#endif#endif#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -