⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 root.h

📁 进程之间通讯的一个例子
💻 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 + -