?? inherpsr.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_inherpsr#define _H_inherpsr#if OBJECT_SYSTEM && (! BLOAD_ONLY) && (! RUN_TIME)#ifndef _H_object#include "object.h"#endif#ifdef LOCALE#undef LOCALE#endif#ifdef _INHERPSR_SOURCE_#define LOCALE#else#define LOCALE extern#endifLOCALE PACKED_CLASS_LINKS *ParseSuperclasses(void *,char *,SYMBOL_HN *);LOCALE PACKED_CLASS_LINKS *FindPrecedenceList(void *,DEFCLASS *,PACKED_CLASS_LINKS *);LOCALE void PackClassLinks(void *,PACKED_CLASS_LINKS *,CLASS_LINK *);#ifndef _INHERPSR_SOURCE_#endif#endif#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -