ubinos
Public Attributes | List of all members
_list_elmt_t Struct Reference

#include <list.h>

Public Attributes

struct _list_elmt_tnext
 
void * data
 

Detailed Description

리스트 엘리먼트 자료 구조

Member Data Documentation

◆ data

void* _list_elmt_t::data

Data of this element

◆ next

struct _list_elmt_t* _list_elmt_t::next

Next element pointer


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