📄 tmpltfun.h
字号:
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.05 04/09/97 */ /* */ /* DEFTEMPLATE FUNCTION HEADER FILE */ /*******************************************************//*************************************************************//* Purpose: *//* *//* Principal Programmer(s): *//* Gary D. Riley *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_tmpltfun#define _H_tmpltfun#ifndef _H_symbol#include "symbol.h"#endif#ifndef _H_scanner#include "scanner.h"#endif#ifndef _H_expressn#include "expressn.h"#endif#ifndef _H_factmngr#include "factmngr.h"#endif#ifndef _H_tmpltdef#include "tmpltdef.h"#endif#ifdef LOCALE#undef LOCALE#endif #ifdef _TMPLTFUN_SOURCE_#define LOCALE#else#define LOCALE extern#endif#if ANSI_COMPILER LOCALE BOOLEAN UpdateModifyDuplicate(struct expr *,char *,VOID *); LOCALE struct expr *ModifyParse(struct expr *,char *); LOCALE struct expr *DuplicateParse(struct expr *,char *); LOCALE VOID DeftemplateFunctions(void); LOCALE VOID ModifyCommand(DATA_OBJECT_PTR); LOCALE VOID DuplicateCommand(DATA_OBJECT_PTR);#else LOCALE BOOLEAN UpdateModifyDuplicate(); LOCALE struct expr *ModifyParse(); LOCALE struct expr *DuplicateParse(); LOCALE VOID DeftemplateFunctions(); LOCALE VOID ModifyCommand(); LOCALE VOID DuplicateCommand();#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -