capp.h

来自「UCOSII的移植,及多任务的管理,处理器为EPSON公司的」· C头文件 代码 · 共 40 行

H
40
字号
//------------------------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?