dffnxpsr.h

来自「clips源代码」· C头文件 代码 · 共 50 行

H
50
字号
   /*******************************************************/   /*      "C" Language Integrated Production System      */   /*                                                     */   /*               CLIPS Version 6.24  06/05/06          */   /*                                                     */   /*                                                     */   /*******************************************************//*************************************************************//* Purpose:                                                  *//*                                                           *//* Principal Programmer(s):                                  *//*      Brian L. Donnell                                     *//*                                                           *//* Contributing Programmer(s):                               *//*                                                           *//* Revision History:                                         *//*                                                           *//*      6.24: Renamed BOOLEAN macro type to intBool.         *//*                                                           *//*************************************************************/#ifndef _H_dffnxpsr#define _H_dffnxpsr#if DEFFUNCTION_CONSTRUCT && (! BLOAD_ONLY) && (! RUN_TIME)#ifdef LOCALE#undef LOCALE#endif#ifdef _DFFNXPSR_SOURCE_#define LOCALE#else#define LOCALE extern#endifLOCALE intBool ParseDeffunction(void *,char *);#ifndef _DFFNXPSR_SOURCE_#endif#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?