?? halneighbor.c
字號:
/*
V0.1 Initial Release 10/July/2006
*/
//allocating large blocks of memory can
//be problematic
#include "compiler.h"
#include "lrwpan_config.h" //user configurations
#include "lrwpan_common_types.h"
#include "neighbor.h"
//Address table map
MAPENTRY mac_addr_tbl[LRWPAN_MAX_ADDRESS_MAP_ENTRIES];
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -