Synopsis
PDX_MSGT dst_PrependC(DST_STRING *str, char ch)
Purpose
Prepends a character to a dynamic string.
Input
ch
Character to append.
Output
str
String to append to.
Return
A PDX error.
PDX_MSGT dst_PrependC(DST_STRING *str, char ch)
Prepends a character to a dynamic string.
Character to append.
String to append to.
A PDX error.