classpsr.h

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

H
44
字号
   /*******************************************************/   /*      "C" Language Integrated Production System      */   /*                                                     */   /*               CLIPS Version 6.20  01/31/02          */   /*                                                     */   /*                                                     */   /*******************************************************//*************************************************************//* Purpose:                                                  *//*                                                           *//* Principal Programmer(s):                                  *//*      Brian L. Donnell                                     *//*                                                           *//* Contributing Programmer(s):                               *//*                                                           *//* Revision History:                                         *//*                                                           *//*************************************************************/#ifndef _H_classpsr#define _H_classpsr#if OBJECT_SYSTEM && (! BLOAD_ONLY) && (! RUN_TIME)#ifdef LOCALE#undef LOCALE#endif#ifdef _CLASSPSR_SOURCE_#define LOCALE#else#define LOCALE extern#endifLOCALE int ParseDefclass(void *,char *);#endif#endif

⌨️ 快捷键说明

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