|
myMPD
Internal API documentation
|
#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. | |
Struct representing a dynamic array of sds strings