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