Synopsis
PDX_MSGT dst_AppendS(DST_STRING *str, char *s)
Purpose
Appends a character array to a dynamic string.
Input
s
Character array to append.
Output
str
String to append to.
Return
A PDX error.
PDX_MSGT dst_AppendS(DST_STRING *str, char *s)
Appends a character array to a dynamic string.
Character array to append.
String to append to.
A PDX error.