?? iofun.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 + -