?? pinyinapp.h
字號:
/*
File : PinyinApp.h
Func: Pinyin App
Auth: Yingchen.Xie
Date: 2008-10-23
*/
#ifndef __PINYINAPP_H__
#define __PINYINAPP_H__
#include <string.h>
#include "kernel/system.h"
#include "user_config.h"
#include <absacc.h>
#include "hw/dp8051.h"
#include "util/inetutil.h"
#include "hw/driver.h"
void port_int(void);
void PinyinApp(void);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -