MGE General C Library - API Documentation  v1.4.1
Library of general C functions.
sllistnode Struct Reference

Singly linked list node. More...

#include <sllist.h>

Collaboration diagram for sllistnode:

Data Fields

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

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: