MGE General C Library - API Documentation v1.8.4
Library of general C functions.
Loading...
Searching...
No Matches
sllistnode Struct Reference

Singly linked list node. More...

#include <sllist.h>

Collaboration diagram for sllistnode:

Data Fields

void * object
 Attached object.
 
struct sllistnodenext
 The subsequent node.
 

Detailed Description

Singly linked list node.

Field Documentation

◆ next

struct sllistnode* next

The subsequent node.

◆ object

void* object

Attached object.


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