U_CAPI UChar* U_EXPORT2 u_strcat (UChar *dst, const UChar *src)

Concatenate two ustrings

Documentation

Concatenate two ustrings. Appends a copy of src, including the null terminator, to dst. The initial copied character from src overwrites the null terminator in dst.
Returns:
A pointer to dst.
Parameters:
dst - The destination string.
src - The source string.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de