app13712.h

来自「一款SmartPhone的驱动代码」· C头文件 代码 · 共 27 行

H
27
字号
/**************************************************************
*	Copyright(C) 2003--2006  
*	Epson Electronic Technology Development (ShenZhen) co., LTD
*   All rights reserved.
*	
*   File name:    app13712.h
*	Platform:     VC++ simulator of EPSON GUI 
*	Author:       David Cheng
*   Dept:         Electronic Enginerring Department 
*   Date:         04/02/2003
*	Descriptions:demo program of 13712
*   Modified:     
*************************************************************/
#ifndef _APP_APP13712_H_
#define	_APP_APP13712_H_

#ifdef __cplusplus
extern "C" {
#endif	// __cplusplus

T_BOOL Demo13712( T_VOID );

#ifdef __cplusplus
}
#endif	// __cplusplus

#endif	// _SYS_APP13712_H_

⌨️ 快捷键说明

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