Creates a new indefinite string
The chunks array is initialized to NULL and chunkcount to 0
@return **new** indefinite string. NULL on malloc failure.
See Implementation
Creates a new indefinite string
The chunks array is initialized to NULL and chunkcount to 0
@return **new** indefinite string. NULL on malloc failure.