⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 capp.h

📁 使用键盘上的上、下、左、右四个按键
💻 H
字号:
//------------------------------------------------------------------------------
// File:        cApp.h
// Date:        2001-6-13 pm 02:27:48
// Written by:  CYu
// Decription:  
// Modification record
//------------------------------------------------------------------------------
// Copyright:   EPSON Proprietary Material
//              Copyright (c) 2001, All Rights Reserved
//              SHANGHAI EPSON ELECTRONICS CO., LTD.
//
//              DISTRIBUTION PROHIBITED without written authorization from EPSON
//------------------------------------------------------------------------------
#if !defined _C_APP_H_
#define _C_APP_H_

#include <gpc.h>
#include <itron.h>
#include <ros33.h>
#include <cKeyCode.h>

#if defined __cplusplus
extern "C"
{
#endif

__declspec( dllexport )U32 AppMain( U32 uPara );

void AppendDebugLogString( U8* lpText );

__declspec( dllimport )extern unsigned char GPCFONT11A[];  // 1Byte Fontx in the gpcfonts.c
__declspec( dllimport )extern unsigned char GPCFONT11K[];  // 2Byte Fontx in the gpcfonts.c

#if defined __cplusplus
}
#endif

#endif
//----------------------------- The End of the File ----------------------------

⌨️ 快捷键说明

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