2 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
4 .\" SPDX-License-Identifier: GPL-2.0-or-later
6 .\" References consulted:
7 .\" GNU glibc-2 source code and manual
8 .\" Dinkumware C library reference http://www.dinkumware.com/
9 .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
12 .TH wmemchr 3 (date) "Linux man-pages (unreleased)"
14 wmemchr \- search a wide character in a wide-character array
17 .RI ( libc ", " \-lc )
22 .BI "wchar_t *wmemchr(const wchar_t " s [. n "], wchar_t " c ", size_t " n );
27 function is the wide-character equivalent of the
32 wide characters starting at
35 the first occurrence of the wide character
40 function returns a pointer to the first occurrence of
44 wide characters starting at
49 not occur among these.
51 For an explanation of the terms used in this section, see
57 Interface Attribute Value
62 T} Thread safety MT-Safe