Synopsis
PDX_MSGT dst_AppendSn(DST_STRING *str, char *s, size_t n)
Purpose
Appends n characters from a character array to a dynamic string.
Input
s
Character array to append.
n
Number of characters from s to append.
Output
str
String to append to.
Return
A PDX error.