zi8begin.h

来自「用于嵌入式系统的输入法程序 里面有完整的系统实现原码」· C头文件 代码 · 共 18 行

H
18
字号
/* zi8begin.h
*/
/*****************************************************************************
* COPYRIGHT ZI AND SUBJECT TO CONFIDENTIALITY RESTRICTIONS                   *
*                                                                            *
* This file is the confidential and proprietary property of Zi Corporation   *
* of Canada, Inc. ("Zi") or one of its affiliates.                           *
**************************************************************************** */

/* This file provides a way for causing the compiler to allocate large tables
** in an appropriate portion of the address space of the target system.
** This is normally done through a compiler pragma.
*/

#ifdef ZI8_CHANGE_CONSTSEG
#pragma memory=constseg(ZI8_HUGECONST):huge
#endif 

⌨️ 快捷键说明

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