Synopsis
PDX_MSGT dst_DeleteFirstn(DST_STRING *str, size_t n)
Purpose
Deletes the first n characters from the given dynamic string.
Input
str
Dynamic string to delete from.
n
Number of initial characters to delete.
Output
str
Modified dynamic string.
Return
A PDX error.