Struct PntosString

Struct Documentation

struct PntosString

An owned C string (see PntosManagedMemory for more information).

Invariants:

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

Public Members

PntosManagedMemory *memory
char *data

A \0 terminated C string.