?? lb.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:37
***********************************************************************************************************
*/
#ifndef __LB_X_H__
#define __LB_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 LbActvTsk ARGS((Pst * pst, Buffer * mbuf));
S16 LbMachScanStatTsk ARGS((void));
#ifdef __cplusplus
}
#endif
#endif /* head file is over */
/******************* modify histroy list *******************
001. create at: 2002-6-27 3:50:38 by Shangyaohui
****************** modify histroy list end ****************/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -