📄 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 + -