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

📄 iofun.h

📁 clips源代码
💻 H
字号:
   /*******************************************************/   /*      "C" Language Integrated Production System      */   /*                                                     */   /*             CLIPS Version 6.24  07/01/05            */   /*                                                     */   /*               I/O FUNCTIONS HEADER FILE             */   /*******************************************************//*************************************************************//* Purpose:                                                  *//*                                                           *//* Principal Programmer(s):                                  *//*      Gary D. Riley                                        *//*                                                           *//* Contributing Programmer(s):                               *//*                                                           *//* Revision History:                                         *//*      6.24: Added the get-char function.                   *//*                                                           *//*            Moved IllegalLogicalNameMessage function to    *//*            argacces.c.                                    *//*                                                           *//*************************************************************/#ifndef _H_iofun#define _H_iofun#ifdef LOCALE#undef LOCALE#endif#ifdef _IOFUN_SOURCE_#define LOCALE#else#define LOCALE extern#endif   LOCALE void                           IOFunctionDefinitions(void *);#if BASIC_IO   LOCALE intBool                        SetFullCRLF(void *,intBool);   LOCALE void                           PrintoutFunction(void *);   LOCALE void                           ReadFunction(void *,DATA_OBJECT_PTR);   LOCALE int                            OpenFunction(void *);   LOCALE int                            CloseFunction(void *);   LOCALE int                            GetCharFunction(void *);#endif#if EXT_IO   LOCALE void                           ReadlineFunction(void *,DATA_OBJECT_PTR);   LOCALE void                          *FormatFunction(void *);   LOCALE int                            RemoveFunction(void *);   LOCALE int                            RenameFunction(void *);   LOCALE void                           SetLocaleFunction(void *,DATA_OBJECT_PTR);   LOCALE void                           ReadNumberFunction(void *,DATA_OBJECT_PTR);#endif#endif

⌨️ 快捷键说明

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