Manual Pages for Linux CentOS command on man wmemchr
MyWebUniversity

Manual Pages for Linux CentOS command on man wmemchr

WMEMCHR(3) Linux Programmer's Manual WMEMCHR(3)

NAME

wmemchr - search a wide character in a wide-character array SYNOPSIS

#include wchart *wmemchr(const wchart *s, wchart c, sizet n); DESCRIPTION

The wmemchr() function is the wide-character equivalent of the mem‐ chr(3) function. It searches the n wide characters starting at s for the first occurrence of the wide character c. RETURN VALUE The wmemchr() function returns a pointer to the first occurrence of c among the n wide characters starting at s, or NULL if c does not occur among these. ATTRIBUTES For an explanation of the terms used in this section, see attributes(7). ┌──────────┬───────────────┬─────────┐ │Interface │ Attribute │ Value │ ├──────────┼───────────────┼─────────┤

│wmemchr() │ Thread safety │ MT-Safe │ └──────────┴───────────────┴─────────┘ CONFORMING TO C99. SEE ALSO memchr(3), wcschr(3) COLOPHON

This page is part of release 3.53 of the Linux man-pages project. A description of the project, and information about reporting bugs, can

be found at http://www.kernel.org/doc/man-pages/.

GNU 1999-07-25 WMEMCHR(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™