libwchar2 0.0.10
wcschr manual

wcschr - search a wide character in a wide-character strin

The wcschr() function is the wide-character equivalent of the strchr(3) function. It searches the first occurrence of wc in the wide-character string pointed to by wcs.

Return Value

The wcschr() function returns a pointer to the first 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_wcschr.c

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