📄 objcmp.h
字号:
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.05 04/09/97 */ /* */ /* */ /*******************************************************//*************************************************************//* Purpose: Object System Construct Compiler Code *//* *//* Principal Programmer(s): *//* Brian L. Donnell *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_objcmp#define _H_objcmp#ifndef _CLIPS_STDIO_#include <stdio.h>#define _CLIPS_STDIO_#endif#ifndef _H_object#include "object.h"#endif#ifdef LOCALE#undef LOCALE#endif#ifdef _OBJCMP_SOURCE_#define LOCALE#else#define LOCALE extern#endif#if ANSI_COMPILERLOCALE VOID SetupObjectsCompiler(void);LOCALE VOID PrintClassReference(FILE *,DEFCLASS *,int,int);LOCALE VOID DefclassCModuleReference(FILE *,int,int,int);#elseLOCALE VOID SetupObjectsCompiler();LOCALE VOID PrintClassReference();LOCALE VOID DefclassCModuleReference();#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -