Append a character to the end of a CzStr object.
const char* CzStr::AppendChar(char c);
A C-style handle to the new CzStr string data.
None.