?? main.h
字號(hào):
/* **********************************************************************
Copyright (c) 2002-2006 Beyond Innovation Technology Co., Ltd
All rights are reserved. Reproduction in whole or in parts is
prohibited without the prior written consent of the copyright owner.
----------------------------------------------------------------------
Module: MAIN.H
Purpose: Interface of MAIN.
Version: 0.01 11:26AM 2005/11/17
Compiler: Keil 8051 C Compiler v8.01
Reference:
----------------------------------------------------------------------
Modification:
R0.01 11:26AM 2005/11/17 Jeffrey Chang
Reason:
1. Original.
Solution:
********************************************************************** */
#ifndef _MAIN_H_
#define _MAIN_H_
/* ------------------------------------
Header Files
------------------------------------ */
/* ------------------------------------
Macro Definitions
------------------------------------ */
#undef EXTERN
#ifdef _MAIN_C_
#define EXTERN
#else
#define EXTERN extern
#endif
/* ------------------------------------
Type Definitions
------------------------------------ */
/* ------------------------------------
Variables Definitions/Declarations
------------------------------------ */
/* ------------------------------------
Function Prototypes
------------------------------------ */
#endif /* _MAIN_H_ */
/* **********************************************************************
Description:
********************************************************************** */
/* %% End Of File %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -