?? al.x
字號:
/*
***********************************************************************************************************
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 3:50:13
***********************************************************************************************************
*/
#ifndef __AL_X_H__
#define __AL_X_H__
#ifdef __cplusplus
extern "C" {
#endif
/**** const define ****/
/**** macro handle define ****/
/**** type define ****/
/**** import variable ****/
/**** export variable ****/
/**** import function declare ****/
/**** export function declare ****/
S16 AlIndActvTsk ARGS((Pst * pst, Buffer * mbuf));
S16 AlReqActvTsk ARGS((Pst * pst, Buffer * mbuf));
#ifdef __cplusplus
}
#endif
#endif /* head file is over */
/******************* modify histroy list *******************
001. create at: 2002-6-27 3:50:13 by Shangyaohui
****************** modify histroy list end ****************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -