Synopsis
size_t dst_GetLength(DST_STRING *str)
Purpose
Gets the length of a dynamic string.
Input
str
Dynamic string to measure.
Return
A size_t representing the length of the string which is 0 if string is null or truly zero-length.
size_t dst_GetLength(DST_STRING *str)
Gets the length of a dynamic string.
Dynamic string to measure.
A size_t representing the length of the string which is 0 if string is null or truly zero-length.