?? root.h
字號:
/*
Copyright(c) Micro-Star International Co. Ltd.
The copyright to the computer program(s) herein is the property of
Micro-Star International Co. Ltd.
The program(s) may be used and/or copied only with the written
permission of MSI or in accordance with the terms and conditions
stipulated in the agreement/contract under which the program(s) have
been supplied.
*/
/*
* MODULE FILE NAME: ROOT.H
*
* DESCRIPTION:
* Declaration of API opened
*
* NOTES:
*
*
* CREATOR:
* Wyatt Hsu, 2003/03/14
*
* HISTORY:
* $Log: root.h,v $
* Revision 1.3 2003/03/25 15:20:40 yhlin
* Add parameter to root task
*
* Revision 1.2 2003/03/20 09:41:16 dinoking
* Fix header file reference
*
* Revision 1.1 2003/03/19 07:37:56 dinoking
* Add root task
*
*
*
*
*/
#ifndef ROOT_H
#define ROOT_H
/* INCLUDE FILES */
/* CONSTANT AND MACRO DECLARATIONS */
/* DATA TYPE DECLARATIONS */
/* EXPORTED FUNCTION PROTOTYPE DECLARATIONS */
/*
* FUNCTION NAME: ROOT_Main()
* PURPOSE:
* Root Task Definition
* INPUT:
* task_input: task id of this task.
* OUTPUT:
* None
* RETURN:
* None
* NOTES:
*
*
*/
void ROOT_Main(INT task_input);
#endif /* ROOT_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -