Creates a new definite string
The handle is initialized to NULL and length to 0
@return **new** definite string. NULL on malloc failure.
See Implementation
Creates a new definite string
The handle is initialized to NULL and length to 0
@return **new** definite string. NULL on malloc failure.