📄 dffnxcmp.h
字号:
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.05 04/09/97 */ /* */ /* */ /*******************************************************//*************************************************************//* Purpose: Deffunction Construct Compiler Code *//* *//* Principal Programmer(s): *//* Brian L. Donnell *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_dffnxcmp#define _H_dffnxcmp#if DEFFUNCTION_CONSTRUCT && CONSTRUCT_COMPILER && (! RUN_TIME)#ifndef _CLIPS_STDIO_#define _CLIPS_STDIO_#include <stdio.h>#endif#include "dffnxfun.h"#ifdef LOCALE#undef LOCALE#endif#ifdef _DFFNXCMP_SOURCE_#define LOCALE#else#define LOCALE extern#endif#if ANSI_COMPILERLOCALE VOID SetupDeffunctionCompiler(void);LOCALE VOID PrintDeffunctionReference(FILE *,DEFFUNCTION *,int,int);LOCALE VOID DeffunctionCModuleReference(FILE *,int,int,int);#elseLOCALE VOID SetupDeffunctionCompiler();LOCALE VOID PrintDeffunctionReference();LOCALE VOID DeffunctionCModuleReference();#endif#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -