?? capp.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 + -