?? public.h
字號(hào):
/*==================PUBLIC.H====================*/
/* 時(shí)間: 2004-06-09...2004-06-10 */
/* 說明: 定義公共類型頭文件,無對(duì)應(yīng)源文件 */
/*==============================================*/
//類型變量列表
#ifndef _PUBLIC_H_
#define _PUBLIC_H_
#ifndef _U_CHAR_
#define _U_CHAR_
#define uchar unsigned char
#endif
#ifndef _U_INT_
#define _U_INT_
#define uint unsigned int
#endif
#ifndef _U_LONG_
#define _U_LONG_
#define ulong unsigned long
#endif
#ifndef _TRUE_
#define _TRUE_
#define true 1
#define false (!true)
#endif
#ifndef _SYS_FREQ_
#define _SYS_FREQ_
#define SYS_FREQ_MHZ (float)40.000 //用戶必須按照實(shí)際的晶振速度(MHz)進(jìn)行定義
#endif
#endif
// End Of PUBLIC.H
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -