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

📄 task3.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: TASK3.H
 *
 * DESCRIPTION: 
 *	NONE
 *
 * NOTES:
 *  NONE
 *	
 * HISTORY:	
 *
 * $Log$
 *
 */
#ifndef _TASK3_H_
#define _TASK3_H_
/* INCLUDE FILES */

/* system-wise, independent */

/* kernel service */

/* project dependent */

/* third party */

/*
 * FUNCTION NAME: TASK3_Init
 * PURPOSE:
 *      Initialize for TASK3 operations.
 *
 * INPUT:
 *      None
 * OUTPUT:
 *       None
 * RETURN:
 *       BOOL
 * NOTES:
 *      
 */ 
BOOL TASK3_Init(void);

/*
 * FUNCTION NAME: TASK3_CreateTask
 * PURPOSE:
 *      Create the task of TASK3 Alerter.
 *
 * INPUT:
 *      None
 * OUTPUT:
 *       None
 * RETURN:
 *      BOOL -- return TRUE/FALSE 
 * NOTES:
 *      
 */ 
BOOL TASK3_CreateTask(void);

#endif _TASK3_H_



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -