ubinos
|
#include <edlist.h>
Public Attributes | |
struct { | |
struct _edlist_elmt_t * prev | |
struct _edlist_elmt_t * next | |
edlist_t * list | |
} | link |
void * | data |
내장형 더블 링크드 리스트 엘리먼트 자료 구조 예
void* _edlist_elmt_t::data |
Data of this element
struct { ... } _edlist_elmt_t::link |
Link information of this element