awStrcatUC
charUC *awStrcatUC(
charUC *dest,
charUC *src);
dest | The Unicode string to which src is to be concatenated. |
src | The Unicode string to be concatenated onto dest. |
Concatenates the Unicode string src, including the '\0' termination character, to the string dest and returns a pointer to dest.