globlpsr.h
来自「clips源代码」· C头文件 代码 · 共 53 行
H
53 行
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.24 06/05/06 */ /* */ /* DEFGLOBAL PARSER HEADER FILE */ /*******************************************************//*************************************************************//* Purpose: *//* *//* Principal Programmer(s): *//* Gary D. Riley *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//* 6.24: Renamed BOOLEAN macro type to intBool. *//* *//*************************************************************/#ifndef _H_globlpsr#define _H_globlpsr#ifdef _DEFGLOBL_SOURCE_struct defglobal;#endif#ifndef _H_expressn#include "expressn.h"#endif#ifdef LOCALE#undef LOCALE#endif#ifdef _GLOBLPSR_SOURCE_#define LOCALE#else#define LOCALE extern#endif LOCALE intBool ParseDefglobal(void *,char *); LOCALE intBool ReplaceGlobalVariable(void *,struct expr *); LOCALE void GlobalReferenceErrorMessage(void *,char *);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?