myMPD
Internal API documentation
Loading...
Searching...
No Matches
t_sds_array Struct Reference

#include <sds_array.h>

Data Fields

unsigned length
 Current number of elements in the array.
unsigned capacity
 Maximum number of elements the array can hold before resizing.
sds * items
 Pointer to the array of sds strings.

Detailed Description

Struct representing a dynamic array of sds strings


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