⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 globlpsr.h

📁 clips源代码
💻 H
字号:
   /*******************************************************/   /*      "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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -