Typedef PntosStringArray

Typedef Documentation

typedef struct PntosStringArray PntosStringArray

An owned array of strings (see PntosManagedMemory for more information).

Invariants:

  • Each member of the data array must be a pointer to an array of allocated memory ending in a \0 character

  • The length of data must be equal to sizeof(char*)*num_strings