| dynstr | char * dynamic strings (gds_t), standard dynamic string type
|
| dynstrw | wchar_t * dynamic strings (wgds_t), standard dynamic string type
|
| int0 | int * dynamic array, 0-initialized (vti0_), standard vector type
|
| inti | int * dynamic array, function-initialized (vtii_), standard vector type
|
| ctype_mini1 | custom type dynamic array, local instantiation (no separate header), custom vector type
|
| ctype_mini2 | custom type dynamic array, separate vector type header, custom vector type
|
| struct0 | struct * dynamic array, zero-initialized, custom vector type
|
| structi | struct * dynamic array, function-initialized, custom vector type
|
| structo | struct * dynamic array, function-initialized, custom vector type
|