Table of Contents

CzStr::AppendChar

Description

Append a character to the end of a CzStr object.

Function prototype

const char* CzStr::AppendChar(char c);

Arguments

Name Type Comment
c char The character to be appended to the string.

Return value

A C-style handle to the new CzStr string data.

Comments

None.