(my)TinyLibC 0.0.1
little tiny pretty lib c
Loading...
Searching...
No Matches
list_t Struct Reference

#include <tlcllists.h>

Data Fields

node_t * start
 
node_t * end
 
int len
 

Detailed Description

Definition at line 23 of file tlcllists.h.

Field Documentation

◆ end

node_t* list_t::end

Definition at line 25 of file tlcllists.h.

◆ len

int list_t::len

Definition at line 26 of file tlcllists.h.

◆ start

node_t* list_t::start

Definition at line 24 of file tlcllists.h.


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