Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
wcschr(3) Guardian Native C Library Calls Reference Manual
NAME
wcschr - Searches for the first instance of a character in a wide-character string
LIBRARY
G-series native Guardian processes: $SYSTEM.SYSnn.ZCRTLSRL
G-series native OSS processes: /G/system/sysnn/zcrtlsrl
H-series and J-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
32-bit H-series and J-series OSS processes: /G/system/zdllnnn/zcrtldll
64-bit H-series and J-series OSS processes: /G/system/zdllnnn/ycrtldll
SYNOPSIS
#include <wchar.h>
wchar_t *wcschr(
const wchar_t *wcstring,
wint_t widecharacter);
PARAMETERS
wcstring Points to a string to search
widecharacter Specifies a wide character to locate.
DESCRIPTION
The wcschr() function locates the first occurrence of the widecharacter in the the string pointed
to by the wcstring parameter.
RETURN VALUES
The wcsrchr() function returns a pointer to the widecharacter parameter, or a null pointer if
widecharacter does not occur in the string.
RELATED INFORMATION
Functions: wcsrchr(3), wcswcs(3).
7−134 Hewlett-Packard Company 527192-018