Lely core libraries  2.2.5
sllist Struct Reference

A singly-linked list. More...

#include <sllist.h>

Collaboration diagram for sllist:

Data Fields

struct slnodefirst
 A pointer to the first node in the list.
 
struct slnode ** plast
 A pointer to the next field of the last node in the list.
 

Detailed Description

A singly-linked list.

Definition at line 51 of file sllist.h.


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