ubinos
Public Attributes | List of all members
_list_t Struct Reference

#include <list.h>

Public Attributes

unsigned int count
 
list_elmt_pt head
 
list_elmt_pt tail
 

Detailed Description

리스트 자료 구조

Member Data Documentation

◆ count

unsigned int _list_t::count

Element count of this list

◆ head

list_elmt_pt _list_t::head

Head element pointer

◆ tail

list_elmt_pt _list_t::tail

Tail element pointer


The documentation for this struct was generated from the following file: