libwchar2 0.0.10
wcsrchr manual

wcsrchr - search a wide character in a wide-character string

The wcsrchr() function is the wide-character equivalent of the str- rchr(3) function. It searches the last occurrence of wc in the wide- character string pointed to by wcs.

Return Value

The wcsrchr() function returns a pointer to the last occurrence of wc in the wide-character string pointed to by wcs, or NULL if wc does not occur in the string.

See example

See also
https://github.com/ClnViewer/LibWchar2/blob/master/test/test_wcsrchr.c

LibWchar2 information
Version
libwchar2 0.0.10
Date
Wed Aug 22 2018
Author
(c) PS 2018-2018
Manual author and license