zigbee c 语言,zigbee用简单链表实现白名单(C语言链表的简单实现)
#include #include #include typedef struct WhiteListNode{char isAllow;//1 allow,0 rejectchar *macAddress;//macstruct WhiteListNode* next;}WhiteListNode_t,*pWhiteListNode_t;pWhiteListNode_t head = NUL...