?? al_ex_ms.c
字號:
/*
***********************************************************************************************************
Amos
The Real_Time Operation System
Multi Task
(c) Copyright 1998-2002, ShangYaoHui, Shenzhen
All Right Reserved
VERSION 6.01
" By : 商耀揮(ShangYaoHui)
create time: 2002-6-27 19:25:50
***********************************************************************************************************
*/
#ifndef __SSS_H__
#define __SSS_H__
#ifdef __cplusplus
extern "C" {
#endif
/**** const define ****/
/**** macro handle define ****/
/**** type define ****/
/**** import variable ****/
/**** export variable ****/
/**** import function declare ****/
/**** export function declare ****/
#ifdef __cplusplus
}
#endif
#endif /* head file is over */
/******************* modify histroy list *******************
001. create at: 2002-6-27 19:25:50 by Shangyaohui
****************** modify histroy list end ****************/
/*
***********************************************************************************************************
Amos
The Real_Time Operation System
Multi Task
(c) Copyright 1998-2002, ShangYaoHui, Shenzhen
All Right Reserved
VERSION 6.01
" By : 商耀揮(ShangYaoHui)
create time: 2002-6-27 19:21:24
***********************************************************************************************************
*/
/************ head file list *************/
/************* const define **************/
/******** import variable declare ********/
/******* gloable variable declare ********/
/*********** function declare ************/
/********** function prototype ***********/
/******************* modify histroy list *******************
001. create at: 2002-6-27 19:21:24 by Shangyaohui
****************** modify histroy list end ****************/
/* header include files -- defines (.h) */
#include "envopt.h" /* environment options */
#include "envdep.h" /* environment dependent */
#include "envind.h" /* environment independent */
#include "gen.h" /* general */
#include "cm5.h" /* common functions */
#include "ssi.h" /* system services */
/* header/extern include files (.x) */
#include "gen.x" /* general */
#include "cm5.x" /* common functions */
#include "ssi.x" /* system services */
S16 AlActvTsk(Pst * pst, Buffer * mbuf)
{
if(mbuf != NULLP)
{
SPutMsg(mbuf);
}
RETVALUE(ROK);
}
S16 AlReqActvTsk(Pst * pst, Buffer * mbuf)
{
if(mbuf != NULLP)
{
SPutMsg(mbuf);
}
RETVALUE(ROK);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -