|
ucx
UAP Common Extensions
|
Internal structure for arrays. More...
#include <array_list.h>
Data Fields | |
| void * | data |
| The array data. | |
| size_t | size |
| The number of elements. | |
| size_t | capacity |
| The maximum number of elements. | |
Internal structure for arrays.
A generalization of array structures declared with CX_ARRAY().