GRU - Generic Reusable Utilities
Loading...
Searching...
No Matches
Data Fields
gru_node_t_ Struct Reference

#include <gru_node.h>

Data Fields

struct gru_node_t_next
 
struct gru_node_t_previous
 
const void * data
 

Detailed Description

Examples
collection/gru_list_test.c, collection/gru_node_test.c, string/gru_split_test.c, and string/gru_split_test_2.c.

Field Documentation

◆ data

const void* gru_node_t_::data

◆ next

struct gru_node_t_* gru_node_t_::next

◆ previous

struct gru_node_t_* gru_node_t_::previous

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