zi8end.h
来自「用于嵌入式系统的输入法程序 里面有完整的系统实现原码」· C头文件 代码 · 共 18 行
H
18 行
/* zi8end.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 restore its normal
** allocation of constant data for the target system.
** This is normally done through a compiler pragma.
*/
#ifdef ZI8_CHANGE_CONSTSEG
#pragma memory=default
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?