Synopsis
PDX_MSGT dst_Delete(DST_STRING *str)
Purpose
Deletes all the characters without resizing the array. This is for faster reuse of string.
Input
str
Dynamic string to delete from.
Output
str
Modified dynamic string.
Return
A PDX error.
PDX_MSGT dst_Delete(DST_STRING *str)
Deletes all the characters without resizing the array. This is for faster reuse of string.
Dynamic string to delete from.
Modified dynamic string.
A PDX error.