doc
Data Fields

c_list_s Struct Reference

Used for each element in a doubly-linked list. More...

#include <src/std/c_list.h>

Collaboration diagram for c_list_s:
Collaboration graph
[legend]

Data Fields

void * data
struct c_list_snext
struct c_list_sprev

Detailed Description

Used for each element in a doubly-linked list.

The list can hold any kind of data.

Definition at line 57 of file c_list.h.


Field Documentation

Holds the element's data, which can be a pointer to any kind of data.

Definition at line 67 of file c_list.h.

Link to the next element in the list.

Definition at line 59 of file c_list.h.

Link to the previous element in the list.

Definition at line 61 of file c_list.h.


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