typedef struct
{
int size;
int capacity;
VectorItemT items[0]; /*This must be the last member!
And if your compiler complains,
...