Penguin
Annotated edit history of wmemchr(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 WMEMCHR
2 !!!WMEMCHR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 wmemchr - search a wide character in a wide-character array
14 !!SYNOPSIS
15
16
17 __#include
18 __''s''__, wchar_t__ ''c''__, size_t__ ''n''__);
19 __
20 !!DESCRIPTION
21
22
23 The __wmemchr__ function is the wide-character equivalent
24 of the __memchr__ function. It searches the ''n'' wide
25 characters starting at ''s'' for the first occurrence of
26 the wide character ''c''.
27 !!RETURN VALUE
28
29
30 The __wmemchr__ function returns a pointer to the first
31 occurrence of ''c'' among the ''n'' wide characters
32 starting at ''s'', or NULL if ''c'' does not occur
33 among these.
34 !!CONFORMING TO
35
36
37 ISO/ANSI C, UNIX98
38 !!SEE ALSO
39
40
41 memchr(3), wcschr(3)
42 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.