wap_examples.h

来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 40 行

H
40
字号
/*******************************************************************************

					CONDAT (UK)

********************************************************************************                                                                              

 This software product is the property of Condat (UK) Ltd and may not be
 disclosed to any third party without the express permission of the owner.                                 
                                                                              
********************************************************************************

 $Project name:	                                                      
 $Project code:	                                                           
 $Module:		
 $File:		   	Wap_examples.h
 $Revision:		                                                      
                                                                              
 $Author:		Condat(UK)                                                         
 $Date:		                                                          
                                                                               
********************************************************************************
                                                                              
 Description:
	- This file provides a possibility for hard-coding examples that will be loaded using
 	the WAP_loadPage function.
 	- Also contains functions for tracking WAP memory use and writing error data to FFS.

                        
********************************************************************************

 $History: Wap_examples.h
	   15/05/2003 - SPR#1983 - SH - Updated to latest from 1.6.3 version.
 $End

*******************************************************************************/

char * WAP_loadPage(UBYTE pageIndex);
void writeflag(UBYTE flag);
void writeerror(short error);

⌨️ 快捷键说明

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