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