libnds
Data Fields
DynamicArray Struct Reference

A resizable array. More...

#include <dynamicArray.h>

Data Fields

unsigned int cur_size
 currently allocated size of the array
 
void ** data
 pointer to array of void pointers
 

Detailed Description

A resizable array.


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