modulcmp.h

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

H
49
字号
   /*******************************************************/   /*      "C" Language Integrated Production System      */   /*                                                     */   /*             CLIPS Version 6.20  01/31/02            */   /*                                                     */   /*       DEFMODULE CONSTRUCT COMPILER HEADER FILE      */   /*******************************************************//*************************************************************//* Purpose: Implements the constructs-to-c feature for the   *//*    defmodule construct.                                   *//*                                                           *//* Principal Programmer(s):                                  *//*      Gary D. Riley                                        *//*                                                           *//* Contributing Programmer(s):                               *//*                                                           *//* Revision History:                                         *//*                                                           *//*************************************************************/#ifndef _H_modulcmp#define _H_modulcmp#ifndef _STDIO_INCLUDED_#define _STDIO_INCLUDED_#include <stdio.h>#endif#ifndef _H_moduldef#include "moduldef.h"#endif#ifdef LOCALE#undef LOCALE#endif#ifdef _MODULCMP_SOURCE_#define LOCALE#else#define LOCALE extern#endif   LOCALE void                           DefmoduleCompilerSetup(void *);   LOCALE void                           PrintDefmoduleReference(void *,FILE *,struct defmodule *);#endif

⌨️ 快捷键说明

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