?? globlcmp.h
字號(hào):
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.20 01/31/02 */ /* */ /* DEFGLOBAL CONSTRUCT COMPILER HEADER FILE */ /*******************************************************//*************************************************************//* Purpose: *//* *//* Principal Programmer(s): *//* Gary D. Riley *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_globlcmp#define _H_globlcmp#ifdef LOCALE#undef LOCALE#endif#ifdef _GLOBLCMP_SOURCE_#define LOCALE#else#define LOCALE extern#endif LOCALE void DefglobalCompilerSetup(void *); LOCALE void DefglobalCModuleReference(void *,FILE *,int,int,int); LOCALE void DefglobalCConstructReference(void *,FILE *,void *,int,int);#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -