Bouffalo SDK
1.0
Bouffalolab Software Development Kit
|
#include <bflb_list.h>
Data Fields | |
struct bflb_dlist_node * | next |
struct bflb_dlist_node * | prev |
Double List structure
Definition at line 42 of file bflb_list.h.
struct bflb_dlist_node* next |
point to next node.
Definition at line 43 of file bflb_list.h.
struct bflb_dlist_node* prev |
point to prev node.
Definition at line 44 of file bflb_list.h.