?? dffnxcmp.h
字號(hào):
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.20 01/31/02 */ /* */ /* */ /*******************************************************//*************************************************************//* 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 _STDIO_INCLUDED_#define _STDIO_INCLUDED_#include <stdio.h>#endif#include "dffnxfun.h"#ifdef LOCALE#undef LOCALE#endif#ifdef _DFFNXCMP_SOURCE_#define LOCALE#else#define LOCALE extern#endifLOCALE void SetupDeffunctionCompiler(void *);LOCALE void PrintDeffunctionReference(void *,FILE *,DEFFUNCTION *,int,int);LOCALE void DeffunctionCModuleReference(void *,FILE *,int,int,int);#endif#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -