Penguin
Annotated edit history of wcsrchr(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 WCSRCHR
2 !!!WCSRCHR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 wcsrchr - 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 __wcsrchr__ function is the wide-character equivalent
24 of the __strrchr__ function. It searches the last
25 occurrence of ''wc'' in the wide-character string pointed
26 to by ''wcs''.
27 !!RETURN VALUE
28
29
30 The __wcsrchr__ function returns a pointer to the last
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 strrchr(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.