classini.h
来自「NASA 开发使用的一个专家系统」· C头文件 代码 · 共 76 行
H
76 行
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.05 04/09/97 */ /* */ /* */ /*******************************************************//*************************************************************//* 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#endif#if ANSI_COMPILERLOCALE VOID SetupObjectSystem(void);#if RUN_TIMELOCALE VOID ObjectsRunTimeInitialize(DEFCLASS *[],SLOT_NAME *[],DEFCLASS *[],unsigned);#elseLOCALE VOID CreateSystemClasses(void);#endif#elseLOCALE VOID SetupObjectSystem();#if RUN_TIMELOCALE VOID ObjectsRunTimeInitialize();#elseLOCALE VOID CreateSystemClasses();#endif#endif#ifndef _CLASSINI_SOURCE_extern int DefclassModuleIndex;extern struct construct *DefclassConstruct;#endif#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?