awStrchrUC
charUC *awStrchrUC(
charUC *st,
charUC c);
st | The Unicode string to be searched. |
c | The Unicode string to be concatenated onto dest. |
Returns a pointer to the first occurrence of the Unicode character c in the string st. A NULL value is returned if c is not found in the string.