#include <whb.h>

Public Attributes | |
| Vmem * | vmem |
| the memory manager | |
| int | iMadeVmem |
| did i make vmem or was it inherited | |
| char | name [10] |
| character string name for this array | |
| int | n |
| total number of rows | |
| char * | uflat |
| the character array components | |
| struct sBchar * | coarse |
| next coarser object in the hierarchy | |
| int | numB |
| num character array blocks | |
| int | numR [MAXV] |
| num of rows in each array block | |
| char * | u [MAXV] |
| array of pointers to blocks of characters | |
1.5.6