?? classini.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_classini#define _H_classini#ifndef _H_constrct#include "constrct.h"#endif#ifndef _H_object#include "object.h"#endif#if OBJECT_SYSTEM#ifdef LOCALE#undef LOCALE#endif#ifdef _CLASSINI_SOURCE_#define LOCALE#else#define LOCALE extern#endifLOCALE void SetupObjectSystem(void *);#if RUN_TIMELOCALE void ObjectsRunTimeInitialize(void *,DEFCLASS *[],SLOT_NAME *[],DEFCLASS *[],unsigned);#elseLOCALE void CreateSystemClasses(void *);#endif#endif#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -